diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /net-news | |
parent | Add missing remote-id (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2 gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/rawdog/rawdog-2.19.ebuild | 2 | ||||
-rw-r--r-- | net-news/rawdog/rawdog-2.20.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-news/rawdog/rawdog-2.19.ebuild b/net-news/rawdog/rawdog-2.19.ebuild index 76b81fb7aa18..1942f7653876 100644 --- a/net-news/rawdog/rawdog-2.19.ebuild +++ b/net-news/rawdog/rawdog-2.19.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="Rawdog - RSS Aggregator Without Delusions Of Grandeur" -HOMEPAGE="http://offog.org/code/rawdog.html http://pypi.python.org/pypi/rawdog" +HOMEPAGE="http://offog.org/code/rawdog.html https://pypi.python.org/pypi/rawdog" SRC_URI="http://offog.org/files/${P}.tar.gz" LICENSE="GPL-2" diff --git a/net-news/rawdog/rawdog-2.20.ebuild b/net-news/rawdog/rawdog-2.20.ebuild index a47c33e6ae39..ab66cbabc7d5 100644 --- a/net-news/rawdog/rawdog-2.20.ebuild +++ b/net-news/rawdog/rawdog-2.20.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="Rawdog - RSS Aggregator Without Delusions Of Grandeur" -HOMEPAGE="http://offog.org/code/rawdog.html http://pypi.python.org/pypi/rawdog" +HOMEPAGE="http://offog.org/code/rawdog.html https://pypi.python.org/pypi/rawdog" SRC_URI="http://offog.org/files/${P}.tar.gz" LICENSE="GPL-2" |