diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-13 10:45:08 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-14 22:33:41 -0400 |
commit | 0a6888baf14cc3783a58e1df8a2c5f9edc007b2d (patch) | |
tree | 23210ca890002a8cc6969d7e8de379a087e4195e /dev-python/python-poppler-qt5 | |
parent | dev-python/pytest-shutil: update HOMEPAGE (diff) | |
download | gentoo-0a6888baf14cc3783a58e1df8a2c5f9edc007b2d.tar.gz gentoo-0a6888baf14cc3783a58e1df8a2c5f9edc007b2d.tar.bz2 gentoo-0a6888baf14cc3783a58e1df8a2c5f9edc007b2d.zip |
dev-python/python-poppler-qt5: update HOMEPAGE
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16217
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/python-poppler-qt5')
-rw-r--r-- | dev-python/python-poppler-qt5/metadata.xml | 2 | ||||
-rw-r--r-- | dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-poppler-qt5/metadata.xml b/dev-python/python-poppler-qt5/metadata.xml index 6154aff3c15e..37ebb55340a7 100644 --- a/dev-python/python-poppler-qt5/metadata.xml +++ b/dev-python/python-poppler-qt5/metadata.xml @@ -6,6 +6,6 @@ <name>Python</name> </maintainer> <upstream> - <remote-id type="github">wbsoft/python-poppler-qt5</remote-id> + <remote-id type="github">frescobaldi/python-poppler-qt5</remote-id> </upstream> </pkgmetadata> diff --git a/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild b/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild index c183da8607fa..966751ccba3f 100644 --- a/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild +++ b/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Python binding for libpoppler-qt5" -HOMEPAGE="https://github.com/wbsoft/python-poppler-qt5" -SRC_URI="https://github.com/wbsoft/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/frescobaldi/python-poppler-qt5" +SRC_URI="https://github.com/frescobaldi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |