dev-python/whichcraft: Update HOMEPAGE

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2020-12-11 16:13:34 +01:00
parent 7d9298734d
commit 94de43c5ed
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
@ -6,6 +6,7 @@
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="github">pydanny/whichcraft</remote-id>
<remote-id type="github">cookiecutter/whichcraft</remote-id>
<remote-id type="pypi">whichcraft</remote-id>
</upstream>
</pkgmetadata>

View File

@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Cross-platform cross-python shutil.which functionality"
HOMEPAGE="https://github.com/pydanny/whichcraft"
SRC_URI="https://github.com/pydanny/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/cookiecutter/whichcraft"
SRC_URI="https://github.com/cookiecutter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"