diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-20 13:59:50 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-20 19:24:55 -0400 |
commit | 2309189157e4dccd2118a6dbd5304ba17b306551 (patch) | |
tree | 435e10ba5293cc613babec22f6e0609316427e08 /net-firewall | |
parent | media-libs/libopenshot-audio: use HTTPS (diff) | |
download | gentoo-2309189157e4dccd2118a6dbd5304ba17b306551.tar.gz gentoo-2309189157e4dccd2118a6dbd5304ba17b306551.tar.bz2 gentoo-2309189157e4dccd2118a6dbd5304ba17b306551.zip |
net-firewall/sanewall: use HTTPS
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/sanewall/sanewall-1.1.6-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/sanewall/sanewall-1.1.6-r2.ebuild b/net-firewall/sanewall/sanewall-1.1.6-r2.ebuild index c9997782098b..b70dac958449 100644 --- a/net-firewall/sanewall/sanewall-1.1.6-r2.ebuild +++ b/net-firewall/sanewall/sanewall-1.1.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit linux-info DESCRIPTION="iptables firewall generator (fork of firehol)" -HOMEPAGE="http://www.sanewall.org/" -SRC_URI="http://download.sanewall.org/releases/${PV}/${P}.tar.xz" +HOMEPAGE="https://www.sanewall.org" +SRC_URI="https://download.sanewall.org/releases/${PV}/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" |