gnu: direnv: Use HTTPS for home page.

* gnu/packages/shellutils.scm (direnv)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2018-01-21 16:21:44 +01:00
parent caa8de70de
commit 6137da8848
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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