diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-11 16:09:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-11 16:16:22 +0100 |
commit | a5c8c296b74e04b97d9f29f95775505845216fd8 (patch) | |
tree | 6948546409e8df19362ebee056c2101d6293b8c6 /dev-python | |
parent | sys-kernel/gentoo-sources: Linux updates (diff) | |
download | gentoo-a5c8c296b74e04b97d9f29f95775505845216fd8.tar.gz gentoo-a5c8c296b74e04b97d9f29f95775505845216fd8.tar.bz2 gentoo-a5c8c296b74e04b97d9f29f95775505845216fd8.zip |
dev-python/python-sense-hat: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-sense-hat/metadata.xml | 5 | ||||
-rw-r--r-- | dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/python-sense-hat/metadata.xml b/dev-python/python-sense-hat/metadata.xml index 7c1f9d6b2a82..ae319bb54d44 100644 --- a/dev-python/python-sense-hat/metadata.xml +++ b/dev-python/python-sense-hat/metadata.xml @@ -11,7 +11,8 @@ to the International Space Station. </longdescription> <upstream> - <bugs-to>https://github.com/RPi-Distro/python-sense-hat/issues</bugs-to> - <remote-id type="github">RPi-Distro/python-sense-hat</remote-id> + <bugs-to>https://github.com/astro-pi/python-sense-hat/issues</bugs-to> + <remote-id type="github">astro-pi/python-sense-hat</remote-id> + <remote-id type="pypi">sense-hat</remote-id> </upstream> </pkgmetadata> diff --git a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild index eee4918e1a4a..c8187b4e9e73 100644 --- a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild +++ b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild @@ -9,8 +9,8 @@ PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 DESCRIPTION="Raspberry Pi Sense HAT python library" -HOMEPAGE="https://github.com/RPi-Distro/python-sense-hat" -SRC_URI="https://github.com/RPi-Distro/python-sense-hat/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/astro-pi/python-sense-hat" +SRC_URI="https://github.com/astro-pi/python-sense-hat/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" |