gnu: tcsh: Use HTTPS home page.

* gnu/packages/shells.scm (tcsh)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 22:53:06 +01:00
parent a0087cf58d
commit cf566106b6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -383,7 +383,7 @@ (define-public tcsh
(with-directory-excursion bin (with-directory-excursion bin
(symlink "tcsh" "csh")) (symlink "tcsh" "csh"))
#t)))))) #t))))))
(home-page "http://www.tcsh.org/") (home-page "https://www.tcsh.org/")
(synopsis "Unix shell based on csh") (synopsis "Unix shell based on csh")
(description (description
"Tcsh is an enhanced, but completely compatible version of the Berkeley "Tcsh is an enhanced, but completely compatible version of the Berkeley