diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-21 16:21:44 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-21 22:35:57 +0100 |
commit | 6137da88480955979a2ebf1d23ad9a1272833178 (patch) | |
tree | ef8b56efa3bd5c0ed3254821dcf88d613cd514ec /gnu | |
parent | caa8de70de6c1dffa28ed7555eb363dd97510191 (diff) | |
download | guix-6137da88480955979a2ebf1d23ad9a1272833178.tar guix-6137da88480955979a2ebf1d23ad9a1272833178.tar.gz |
gnu: direnv: Use HTTPS for home page.
* gnu/packages/shellutils.scm (direnv)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/shellutils.scm | 2 |
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 |