dev-python/sexpdata: Update HOMEPAGE

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-12-11 16:11:12 +01:00
parent c662626cf0
commit 4b479e55da
2 changed files with 4 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
<name>Gentoo Layman team</name>
</maintainer>
<upstream>
<remote-id type="github">tkf/sexpdata</remote-id>
<remote-id type="github">jd-boyd/sexpdata</remote-id>
<remote-id type="pypi">sexpdata</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -9,8 +9,8 @@ DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
DESCRIPTION="a simple S-expression parser/serializer"
HOMEPAGE="https://github.com/tkf/sexpdata"
SRC_URI="https://github.com/tkf/sexpdata/archive/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/jd-boyd/sexpdata"
SRC_URI="https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"