gnu: tcl: Update home page.
* gnu/packages/tcl.scm (tcl)[home-page]: Use HTTPS.master
parent
a4a70cc4d7
commit
068d0a1c34
|
@ -81,7 +81,7 @@
|
||||||
;; likely related to name resolution), but that doesn't cause
|
;; likely related to name resolution), but that doesn't cause
|
||||||
;; `make' to fail.
|
;; `make' to fail.
|
||||||
#:test-target "test"))
|
#:test-target "test"))
|
||||||
(home-page "http://www.tcl.tk/")
|
(home-page "https://www.tcl.tk/")
|
||||||
(synopsis "The Tcl scripting language")
|
(synopsis "The Tcl scripting language")
|
||||||
(description "The Tcl (Tool Command Language) scripting language.")
|
(description "The Tcl (Tool Command Language) scripting language.")
|
||||||
(license license:tcl/tk)))
|
(license license:tcl/tk)))
|
||||||
|
|
Reference in New Issue