diff options
Diffstat (limited to 'gnu/packages/password-utils.scm')
-rw-r--r-- | gnu/packages/password-utils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 3f125a0119..66d5f8cf88 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -108,7 +108,7 @@ algorithms AES or Twofish.") (version "0.1.1") (source (origin (method url-fetch) - (uri (string-append "http://files.dthompson.us/shroud/shroud-" + (uri (string-append "https://files.dthompson.us/shroud/shroud-" version ".tar.gz")) (sha256 (base32 @@ -136,7 +136,7 @@ encrypted with a GnuPG key. Secrets consist of an arbitrary number of key/value pairs, making Shroud suitable for more than just password storage. For copying and pasting secrets into web browsers and other graphical applications, there is xclip integration." ) - (home-page "http://dthompson.us/pages/software/shroud.html") + (home-page "https://dthompson.us/projects/shroud.html") (license license:gpl3+))) (define-public yapet |