diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-31 10:32:42 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-31 10:33:18 -0400 |
commit | 0c70ca1ea3c6b26de1222376e0dbed9f219ffe56 (patch) | |
tree | 3058d52598c67c883093b3d82a1503c30d4a2a08 /net-firewall/firehol | |
parent | net-proxy/dante: use https for HOMEPAGE and SRC_URI (diff) | |
download | gentoo-0c70ca1ea3c6b26de1222376e0dbed9f219ffe56.tar.gz gentoo-0c70ca1ea3c6b26de1222376e0dbed9f219ffe56.tar.bz2 gentoo-0c70ca1ea3c6b26de1222376e0dbed9f219ffe56.zip |
net-firewall/firehol: add the main website to HOMEPAGE
Diffstat (limited to 'net-firewall/firehol')
-rw-r--r-- | net-firewall/firehol/firehol-3.1.3-r1.ebuild | 2 | ||||
-rw-r--r-- | net-firewall/firehol/firehol-3.1.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/firehol/firehol-3.1.3-r1.ebuild b/net-firewall/firehol/firehol-3.1.3-r1.ebuild index 92789cbbace9..f95d2d08acfd 100644 --- a/net-firewall/firehol/firehol-3.1.3-r1.ebuild +++ b/net-firewall/firehol/firehol-3.1.3-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit linux-info DESCRIPTION="iptables firewall generator" -HOMEPAGE="https://github.com/firehol/firehol" +HOMEPAGE="https://firehol.org/ https://github.com/firehol/firehol" SRC_URI="https://github.com/firehol/firehol/releases/download/v${PV}/${P}.tar.xz" LICENSE="GPL-2" diff --git a/net-firewall/firehol/firehol-3.1.3.ebuild b/net-firewall/firehol/firehol-3.1.3.ebuild index 72db0e343d5a..dec6cac43afb 100644 --- a/net-firewall/firehol/firehol-3.1.3.ebuild +++ b/net-firewall/firehol/firehol-3.1.3.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit linux-info DESCRIPTION="iptables firewall generator" -HOMEPAGE="https://github.com/firehol/firehol" +HOMEPAGE="https://firehol.org/ https://github.com/firehol/firehol" SRC_URI="https://github.com/firehol/firehol/releases/download/v${PV}/${P}.tar.xz" LICENSE="GPL-2" |