~ruther/guix-local

6137da88480955979a2ebf1d23ad9a1272833178 — Tobias Geerinckx-Rice 8 years ago caa8de7
gnu: direnv: Use HTTPS for home page.

* gnu/packages/shellutils.scm (direnv)[home-page]: Use HTTPS.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/shellutils.scm
M gnu/packages/shellutils.scm => gnu/packages/shellutils.scm +1 -1
@@ 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