From 01fdeceb5dc2020ac2352d179bb2e572c8fc8c8a Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 5 Feb 2018 21:15:07 +0100 Subject: [PATCH] dev-python/funcparserlib: remove dead HOMEPAGE --- dev-python/funcparserlib/funcparserlib-0.3.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild b/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild index 42b86b323040c..454dc77657022 100644 --- a/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild +++ b/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 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=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="Recursive descent parsing library based on functional combinators" -HOMEPAGE="https://code.google.com/p/funcparserlib/ https://pypi.python.org/pypi/funcparserlib" +HOMEPAGE="https://pypi.python.org/pypi/funcparserlib" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"