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
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://calcurse.org/files/calcurse-"
|
(uri (string-append "https://calcurse.org/files/calcurse-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
(setenv "TZDIR" ;for test/ical-007.sh
|
(setenv "TZDIR" ;for test/ical-007.sh
|
||||||
(string-append (assoc-ref inputs "tzdata")
|
(string-append (assoc-ref inputs "tzdata")
|
||||||
"/share/zoneinfo")))))))
|
"/share/zoneinfo")))))))
|
||||||
(home-page "http://www.calcurse.org")
|
(home-page "https://www.calcurse.org")
|
||||||
(synopsis "Text-based calendar and scheduling")
|
(synopsis "Text-based calendar and scheduling")
|
||||||
(description
|
(description
|
||||||
"Calcurse is a text-based calendar and scheduling application. It helps
|
"Calcurse is a text-based calendar and scheduling application. It helps
|
||||||
|
|
Loading…
Reference in New Issue