diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-13 17:41:58 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-13 18:35:59 +0200 |
commit | 068d0a1c345104983a9b43f5e2cf4f7e70ab3c07 (patch) | |
tree | 7f8e353e6184bd39715970dbedfc15b01b95836e /gnu/packages/tcl.scm | |
parent | a4a70cc4d75666ce5b29d934016fdcc463db3e5b (diff) | |
download | patches-068d0a1c345104983a9b43f5e2cf4f7e70ab3c07.tar patches-068d0a1c345104983a9b43f5e2cf4f7e70ab3c07.tar.gz |
gnu: tcl: Update home page.
* gnu/packages/tcl.scm (tcl)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/tcl.scm')
-rw-r--r-- | gnu/packages/tcl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm index 21ca185066..1e4aa13cc9 100644 --- a/gnu/packages/tcl.scm +++ b/gnu/packages/tcl.scm @@ -81,7 +81,7 @@ ;; 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))) |