diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-09-12 11:20:20 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-09-13 23:22:19 +0200 |
commit | 9b8fc9719afb64d04c64dadd280980ab36aee97b (patch) | |
tree | 4ac1d8a895403ae187fa98badd23b25291f228db /dev-python/pafy/pafy-9999.ebuild | |
parent | dev-python/flask-dashed: EAPI7 revbump, fix HOMEPAGE. (diff) | |
download | gentoo-9b8fc9719afb64d04c64dadd280980ab36aee97b.tar.gz gentoo-9b8fc9719afb64d04c64dadd280980ab36aee97b.tar.bz2 gentoo-9b8fc9719afb64d04c64dadd280980ab36aee97b.zip |
dev-python/pafy: fix HOMEPAGE.
Closes: https://github.com/gentoo/gentoo/pull/9840
Diffstat (limited to 'dev-python/pafy/pafy-9999.ebuild')
-rw-r--r-- | dev-python/pafy/pafy-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pafy/pafy-9999.ebuild b/dev-python/pafy/pafy-9999.ebuild index b80d154fc81e..f7142b2f6157 100644 --- a/dev-python/pafy/pafy-9999.ebuild +++ b/dev-python/pafy/pafy-9999.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=6 @@ -14,7 +14,7 @@ else fi DESCRIPTION="Python library to retrieve YouTube content and metadata" -HOMEPAGE="http://np1.github.io/pafy/ https://pypi.org/project/pafy/" +HOMEPAGE="https://pythonhosted.org/pafy/ https://pypi.org/project/pafy/" LICENSE="LGPL-3" SLOT="0" |