gnu: tcl: Update home page.

* gnu/packages/tcl.scm (tcl)[home-page]: Use HTTPS.
This commit is contained in:
Marius Bakke 2019-10-13 17:41:58 +02:00
parent a4a70cc4d7
commit 068d0a1c34
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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)))