dev-python/funcparserlib: remove dead HOMEPAGE
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Mon, 5 Feb 2018 20:15:07 +0000 (21:15 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 5 Feb 2018 21:53:47 +0000 (22:53 +0100)
dev-python/funcparserlib/funcparserlib-0.3.6.ebuild

index 42b86b323040c99a09410f9929eb1c5b968e635a..454dc77657022b7726bfe08ab4f3be5e5bfd1aed 100644 (file)
@@ -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"