diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:53:06 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 16:01:18 +0100 |
commit | cf566106b69093fe29f378f46aff03b81f754359 (patch) | |
tree | 4d8774c3ebd3c5552556e94ebde162db07b1eb50 /gnu/packages/shells.scm | |
parent | a0087cf58d1172bcb9267d349bfc8497721bc15d (diff) | |
download | guix-cf566106b69093fe29f378f46aff03b81f754359.tar guix-cf566106b69093fe29f378f46aff03b81f754359.tar.gz |
gnu: tcsh: Use HTTPS home page.
* gnu/packages/shells.scm (tcsh)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/shells.scm')
-rw-r--r-- | gnu/packages/shells.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 8fb941bdcd..8708b703ef 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -383,7 +383,7 @@ written by Paul Haahr and Byron Rakitzis.") (with-directory-excursion bin (symlink "tcsh" "csh")) #t)))))) - (home-page "http://www.tcsh.org/") + (home-page "https://www.tcsh.org/") (synopsis "Unix shell based on csh") (description "Tcsh is an enhanced, but completely compatible version of the Berkeley |