diff options
-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 |