guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: shroud: Fix home page URL.


From: Leo Famulari
Subject: 01/02: gnu: shroud: Fix home page URL.
Date: Tue, 28 Mar 2017 15:23:17 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 59d915ac37192f8e7281414e5db948db85e8a014
Author: Arun Isaac <address@hidden>
Date:   Tue Mar 28 10:31:45 2017 +0530

    gnu: shroud: Fix home page URL.
    
    * gnu/packages/password-utils.scm (shroud)[home-page]: Update URL.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/password-utils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 3f125a0..4910e99 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]