guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: direnv: Use HTTPS for home page.


From: Tobias Geerinckx-Rice
Subject: 07/11: gnu: direnv: Use HTTPS for home page.
Date: Sun, 21 Jan 2018 16:33:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6137da88480955979a2ebf1d23ad9a1272833178
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jan 21 16:21:44 2018 +0100

    gnu: direnv: Use HTTPS for home page.
    
    * gnu/packages/shellutils.scm (direnv)[home-page]: Use HTTPS.
---
 gnu/packages/shellutils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 2d515ec..4953bf3 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -112,7 +112,7 @@ are already there.")
     (native-inputs
       `(("go" ,go)
         ("which" ,which)))
-    (home-page "http://direnv.net/";)
+    (home-page "https://direnv.net/";)
     (synopsis "Environment switcher for the shell")
     (description "direnv can hook into bash, zsh, tcsh and fish shell to load
 or unload environment variables depending on the current directory.  This



reply via email to

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