summaryrefslogtreecommitdiff
path: root/gnu/packages/shellutils.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-21 16:21:44 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-21 22:35:57 +0100
commit6137da88480955979a2ebf1d23ad9a1272833178 (patch)
treeef8b56efa3bd5c0ed3254821dcf88d613cd514ec /gnu/packages/shellutils.scm
parentcaa8de70de6c1dffa28ed7555eb363dd97510191 (diff)
downloadguix-patches-6137da88480955979a2ebf1d23ad9a1272833178.tar
guix-patches-6137da88480955979a2ebf1d23ad9a1272833178.tar.gz
gnu: direnv: Use HTTPS for home page.
* gnu/packages/shellutils.scm (direnv)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/shellutils.scm')
-rw-r--r--gnu/packages/shellutils.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 2d515ec7a5..4953bf3723 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