Archived
1
0
Fork 0

gnu: direnv: Use HTTPS for home page.

* gnu/packages/shellutils.scm (direnv)[home-page]: Use HTTPS.
This commit is contained in:
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

View file

@ -112,7 +112,7 @@ are already there.")
(native-inputs (native-inputs
`(("go" ,go) `(("go" ,go)
("which" ,which))) ("which" ,which)))
(home-page "http://direnv.net/") (home-page "https://direnv.net/")
(synopsis "Environment switcher for the shell") (synopsis "Environment switcher for the shell")
(description "direnv can hook into bash, zsh, tcsh and fish shell to load (description "direnv can hook into bash, zsh, tcsh and fish shell to load
or unload environment variables depending on the current directory. This or unload environment variables depending on the current directory. This