gnu: calcurse: Use HTTPS URLs.
Reported by Marco van Hulten <marco@hulten.org>. * gnu/packages/calcurse.scm (calcurse)[source, home-page]: Use HTTPS URLs.
This commit is contained in:
parent
2f18b7329d
commit
a2717e6986
|
@ -34,7 +34,7 @@
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://calcurse.org/files/calcurse-"
|
||||
(uri (string-append "https://calcurse.org/files/calcurse-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -57,7 +57,7 @@
|
|||
(setenv "TZDIR" ;for test/ical-007.sh
|
||||
(string-append (assoc-ref inputs "tzdata")
|
||||
"/share/zoneinfo")))))))
|
||||
(home-page "http://www.calcurse.org")
|
||||
(home-page "https://www.calcurse.org")
|
||||
(synopsis "Text-based calendar and scheduling")
|
||||
(description
|
||||
"Calcurse is a text-based calendar and scheduling application. It helps
|
||||
|
|
Loading…
Reference in New Issue