From 6137da88480955979a2ebf1d23ad9a1272833178 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 21 Jan 2018 16:21:44 +0100 Subject: gnu: direnv: Use HTTPS for home page. * gnu/packages/shellutils.scm (direnv)[home-page]: Use HTTPS. --- gnu/packages/shellutils.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.2.3