diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-12 20:44:07 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-13 17:16:23 -0400 |
commit | 3183fa37dfdabc8ccfd591ecad68e7a841e4299d (patch) | |
tree | de2467b1d3abcf0d19a8f289259ce7d412123fe2 /www-apps/radicale | |
parent | dev-java/ant-ivy: remove unused patches (diff) | |
download | gentoo-3183fa37dfdabc8ccfd591ecad68e7a841e4299d.tar.gz gentoo-3183fa37dfdabc8ccfd591ecad68e7a841e4299d.tar.bz2 gentoo-3183fa37dfdabc8ccfd591ecad68e7a841e4299d.zip |
www-apps/radicale: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8817
Diffstat (limited to 'www-apps/radicale')
-rw-r--r-- | www-apps/radicale/radicale-1.1.6.ebuild | 2 | ||||
-rw-r--r-- | www-apps/radicale/radicale-2.1.8.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/radicale/radicale-1.1.6.ebuild b/www-apps/radicale/radicale-1.1.6.ebuild index 702c9e9c1105..82d0fd597d96 100644 --- a/www-apps/radicale/radicale-1.1.6.ebuild +++ b/www-apps/radicale/radicale-1.1.6.ebuild @@ -11,7 +11,7 @@ MY_PN="Radicale" MY_P="${MY_PN}-${PV}" DESCRIPTION="A simple CalDAV calendar server" -HOMEPAGE="http://radicale.org/" +HOMEPAGE="https://radicale.org/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-3" diff --git a/www-apps/radicale/radicale-2.1.8.ebuild b/www-apps/radicale/radicale-2.1.8.ebuild index becd552567e9..5184bfacbcf7 100644 --- a/www-apps/radicale/radicale-2.1.8.ebuild +++ b/www-apps/radicale/radicale-2.1.8.ebuild @@ -11,7 +11,7 @@ MY_PN="Radicale" MY_P="${MY_PN}-${PV}" DESCRIPTION="A simple CalDAV calendar server" -HOMEPAGE="http://radicale.org/" +HOMEPAGE="https://radicale.org/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-3" @@ -42,7 +42,7 @@ pkg_pretend() { eerror "6. Run \`mv ~/radicale-exported \"${RDIR}/collections\"\`." eerror eerror "For more details, or if you are have a more complex configuration," - eerror "please see the migration guide: http://radicale.org/1to2/" + eerror "please see the migration guide: https://radicale.org/1to2/" eerror "If you do a custom migration, please ensure the database is cleaned out of" eerror "${RDIR}, including the hidden .props file." die |