diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:51 +0200 |
commit | dea7c3060641b628cd6a2e2d97db18903c86862e (patch) | |
tree | 732f4fb23c78427e21bd1fbcea69d3d0afe79cf5 /www-apps/rutorrent | |
parent | Use https for most gnu.org URLs (diff) | |
download | gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.bz2 gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.zip |
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'www-apps/rutorrent')
-rw-r--r-- | www-apps/rutorrent/rutorrent-3.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/rutorrent/rutorrent-3.4-r1.ebuild b/www-apps/rutorrent/rutorrent-3.4-r1.ebuild index 69a4d8bf6722..692537bb2fee 100644 --- a/www-apps/rutorrent/rutorrent-3.4-r1.ebuild +++ b/www-apps/rutorrent/rutorrent-3.4-r1.ebuild @@ -9,8 +9,8 @@ inherit webapp eutils DESCRIPTION="ruTorrent is a front-end for the popular Bittorrent client rTorrent" HOMEPAGE="https://code.google.com/p/rutorrent/" SRC_URI=" - http://rutorrent.googlecode.com/files/${P}.tar.gz - http://rutorrent.googlecode.com/files/plugins-${PV}.tar.gz" + https://rutorrent.googlecode.com/files/${P}.tar.gz + https://rutorrent.googlecode.com/files/plugins-${PV}.tar.gz" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~ppc ~x86" |