commit: 81599b399c19e6b3b1c9e1ad12fbb66a0fc2275e Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Feb 7 18:28:30 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Mon Feb 26 22:43:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81599b39
net-analyzer/namebench: fix HOMEPAGE. Closes: https://github.com/gentoo/gentoo/pull/7113 net-analyzer/namebench/namebench-1.3.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/namebench/namebench-1.3.1-r2.ebuild b/net-analyzer/namebench/namebench-1.3.1-r2.ebuild index 2b9d0a2ebfa..147f06b1243 100644 --- a/net-analyzer/namebench/namebench-1.3.1-r2.ebuild +++ b/net-analyzer/namebench/namebench-1.3.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="DNS Benchmark Utility" -HOMEPAGE="https://code.google.com/p/namebench/" +HOMEPAGE="https://github.com/google/namebench" SRC_URI="https://namebench.googlecode.com/files/${P}-source.tgz" LICENSE="Apache-2.0"
