gnu: libetpan: Use HTTPS home page.
* gnu/packages/mail.scm (libetpan)[home-page]: Use HTTPS.
This commit is contained in:
parent
483be9bda6
commit
81fb037f5a
|
@ -979,7 +979,7 @@ useful features.")
|
||||||
(invoke "sh" "autogen.sh"))))
|
(invoke "sh" "autogen.sh"))))
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
'("--disable-static" "--disable-db")))
|
'("--disable-static" "--disable-db")))
|
||||||
(home-page "http://www.etpan.org/libetpan.html")
|
(home-page "https://www.etpan.org/libetpan.html")
|
||||||
(synopsis "Portable middleware for email access")
|
(synopsis "Portable middleware for email access")
|
||||||
(description
|
(description
|
||||||
"The purpose of this mail library is to provide a portable, efficient
|
"The purpose of this mail library is to provide a portable, efficient
|
||||||
|
|
Loading…
Reference in New Issue