diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-11 13:31:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-11 13:58:21 +0100 |
commit | 6424c10f6fc06ab63305e1aa9a2b0d47a55c144b (patch) | |
tree | 8ab5c3968f1892a6f959132a4aa79d66217fc21d /dev-python/pytest-ordering | |
parent | dev-python/pytest-describe: Update HOMEPAGE (diff) | |
download | gentoo-6424c10f6fc06ab63305e1aa9a2b0d47a55c144b.tar.gz gentoo-6424c10f6fc06ab63305e1aa9a2b0d47a55c144b.tar.bz2 gentoo-6424c10f6fc06ab63305e1aa9a2b0d47a55c144b.zip |
dev-python/pytest-ordering: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-ordering')
-rw-r--r-- | dev-python/pytest-ordering/metadata.xml | 2 | ||||
-rw-r--r-- | dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytest-ordering/metadata.xml b/dev-python/pytest-ordering/metadata.xml index 48b39a119114..a43cbf8de79d 100644 --- a/dev-python/pytest-ordering/metadata.xml +++ b/dev-python/pytest-ordering/metadata.xml @@ -11,7 +11,7 @@ <name>Proxy Maintainers</name> </maintainer> <upstream> - <remote-id type="github">https://github.com/ftobia/pytest-ordering</remote-id> + <remote-id type="github">ftobia/pytest-ordering</remote-id> <remote-id type="pypi">pytest-ordering</remote-id> </upstream> </pkgmetadata> diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild index 1d9e0dcfd7fa..e494647a3ece 100644 --- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild +++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild @@ -9,8 +9,8 @@ inherit distutils-r1 DESCRIPTION="pytest plugin to run your tests in a specific order" HOMEPAGE=" - https://github.com/ftobia/pytest-ordering - https://pypi.org/project/pytest-ordering + https://github.com/ftobia/pytest-ordering/ + https://pypi.org/project/pytest-ordering/ " SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |