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 | |
| parent | a0087cf58d1172bcb9267d349bfc8497721bc15d (diff) | |
gnu: tcsh: Use HTTPS home page.
* gnu/packages/shells.scm (tcsh)[home-page]: Use HTTPS.
| -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 |
