commit:     3183fa37dfdabc8ccfd591ecad68e7a841e4299d
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Jun 12 18:44:07 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Jun 13 21:16:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3183fa37

www-apps/radicale: use HTTPs

Closes: https://github.com/gentoo/gentoo/pull/8817

 www-apps/radicale/radicale-1.1.6.ebuild | 2 +-
 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 702c9e9c110..82d0fd597d9 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 becd552567e..5184bfacbcf 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

Reply via email to