From 71dc24457e7c41a2f9ee8baee773124df6f86a00 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:36:23 +0200 Subject: Use https by default Signed-off-by: Justin Lecher --- www-apps/roundup/roundup-1.4.20.ebuild | 2 +- www-apps/roundup/roundup-1.4.21.ebuild | 2 +- www-apps/roundup/roundup-1.5.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'www-apps/roundup') diff --git a/www-apps/roundup/roundup-1.4.20.ebuild b/www-apps/roundup/roundup-1.4.20.ebuild index 99299afc7f6d..1f68cb63b457 100644 --- a/www-apps/roundup/roundup-1.4.20.ebuild +++ b/www-apps/roundup/roundup-1.4.20.ebuild @@ -10,7 +10,7 @@ RESTRICT_PYTHON_ABIS="3.*" inherit distutils DESCRIPTION="Simple-to-use and -install issue-tracking system with command-line, web, and e-mail interfaces" -HOMEPAGE="http://roundup.sourceforge.net http://pypi.python.org/pypi/roundup" +HOMEPAGE="http://roundup.sourceforge.net https://pypi.python.org/pypi/roundup" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT ZPL" diff --git a/www-apps/roundup/roundup-1.4.21.ebuild b/www-apps/roundup/roundup-1.4.21.ebuild index 6701e54999a7..e5e9a6a3f0f7 100644 --- a/www-apps/roundup/roundup-1.4.21.ebuild +++ b/www-apps/roundup/roundup-1.4.21.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Simple-to-use and -install issue-tracking system with command-line, web, and e-mail interfaces" -HOMEPAGE="http://roundup.sourceforge.net http://pypi.python.org/pypi/roundup" +HOMEPAGE="http://roundup.sourceforge.net https://pypi.python.org/pypi/roundup" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT ZPL" diff --git a/www-apps/roundup/roundup-1.5.0.ebuild b/www-apps/roundup/roundup-1.5.0.ebuild index bc00516e4d98..e73ebb9f794f 100644 --- a/www-apps/roundup/roundup-1.5.0.ebuild +++ b/www-apps/roundup/roundup-1.5.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Simple-to-use and -install issue-tracking system with command-line, web, and e-mail interfaces" -HOMEPAGE="http://roundup.sourceforge.net http://pypi.python.org/pypi/roundup" +HOMEPAGE="http://roundup.sourceforge.net https://pypi.python.org/pypi/roundup" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT ZPL" -- cgit v1.2.3-65-gdbad