Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/
Date: Mon, 10 Jan 2022 22:53:19
Message-Id: 1641855183.569e654ce49fd8756dcffd1fd01644e54dcbbb1e.sam@gentoo
1 commit: 569e654ce49fd8756dcffd1fd01644e54dcbbb1e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 10 22:53:03 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 10 22:53:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569e654c
7
8 net-firewall/firewalld: update HOMEPAGE
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-firewall/firewalld/firewalld-1.0.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-firewall/firewalld/firewalld-1.0.3.ebuild b/net-firewall/firewalld/firewalld-1.0.3.ebuild
16 index 2bf06009d02d..510d602c75ab 100644
17 --- a/net-firewall/firewalld/firewalld-1.0.3.ebuild
18 +++ b/net-firewall/firewalld/firewalld-1.0.3.ebuild
19 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8,9,10} )
20 inherit autotools bash-completion-r1 gnome2-utils linux-info plocale python-single-r1 systemd xdg-utils
21
22 DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic firewall"
23 -HOMEPAGE="https://www.firewalld.org/"
24 +HOMEPAGE="https://firewalld.org/"
25 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="GPL-2+"