mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: tcl: Update home page.
* gnu/packages/tcl.scm (tcl)[home-page]: Use HTTPS.
This commit is contained in:
parent
a4a70cc4d7
commit
068d0a1c34
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ (define-public tcl
|
|||
;; likely related to name resolution), but that doesn't cause
|
||||
;; `make' to fail.
|
||||
#:test-target "test"))
|
||||
(home-page "http://www.tcl.tk/")
|
||||
(home-page "https://www.tcl.tk/")
|
||||
(synopsis "The Tcl scripting language")
|
||||
(description "The Tcl (Tool Command Language) scripting language.")
|
||||
(license license:tcl/tk)))
|
||||
|
|
Loading…
Reference in a new issue