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 /net-firewall | |
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 'net-firewall')
-rw-r--r-- | net-firewall/ufw-frontends/ufw-frontends-0.3.2-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/ufw-frontends/ufw-frontends-0.3.2-r3.ebuild b/net-firewall/ufw-frontends/ufw-frontends-0.3.2-r3.ebuild index 805461209d1b..52957c554843 100644 --- a/net-firewall/ufw-frontends/ufw-frontends-0.3.2-r3.ebuild +++ b/net-firewall/ufw-frontends/ufw-frontends-0.3.2-r3.ebuild @@ -8,7 +8,7 @@ inherit distutils-r1 DESCRIPTION="Provides graphical frontend to ufw" HOMEPAGE="https://code.google.com/p/ufw-frontends/" -SRC_URI="http://ufw-frontends.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://ufw-frontends.googlecode.com/files/${P}.tar.gz" # CC-BY-NC-SA-3.0 is for a png file LICENSE="GPL-3 CC-BY-NC-SA-3.0" |