commit: a6c0928d2e06ed5ef8b07a6cb64e8e5c270d1eb1 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun May 6 09:58:02 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun May 6 14:13:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6c0928d
net-firewall/nfacct: use HTTPS net-firewall/nfacct/nfacct-1.0.1.ebuild | 6 +++--- net-firewall/nfacct/nfacct-1.0.2.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-firewall/nfacct/nfacct-1.0.1.ebuild b/net-firewall/nfacct/nfacct-1.0.1.ebuild index 32b690bfce0..6f3bdaaad4a 100644 --- a/net-firewall/nfacct/nfacct-1.0.1.ebuild +++ b/net-firewall/nfacct/nfacct-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit linux-info DESCRIPTION="Command line tool to create/retrieve/delete accounting objects in NetFilter" -HOMEPAGE="http://netfilter.org/projects/nfacct" -SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" +HOMEPAGE="https://www.netfilter.org/projects/nfacct/" +SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/net-firewall/nfacct/nfacct-1.0.2.ebuild b/net-firewall/nfacct/nfacct-1.0.2.ebuild index 3aeca55ee03..2cbf8860d4e 100644 --- a/net-firewall/nfacct/nfacct-1.0.2.ebuild +++ b/net-firewall/nfacct/nfacct-1.0.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit linux-info DESCRIPTION="Command line tool to create/retrieve/delete accounting objects in NetFilter" -HOMEPAGE="http://www.netfilter.org/projects/nfacct" -SRC_URI="${HOMEPAGE}/files/${P}.tar.bz2" +HOMEPAGE="https://www.netfilter.org/projects/nfacct/" +SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0"
