gnu: tcsh: Use HTTPS home page.
* gnu/packages/shells.scm (tcsh)[home-page]: Use HTTPS.
This commit is contained in:
parent
a0087cf58d
commit
cf566106b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue