mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: direnv: Use HTTPS for home page.
* gnu/packages/shellutils.scm (direnv)[home-page]: Use HTTPS.
This commit is contained in:
parent
caa8de70de
commit
6137da8848
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ (define-public direnv
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue