summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-11 10:52:20 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-11 10:52:20 +0100
commit0f77862156819fb49b8f71b9d5a6dba93193163f (patch)
tree2457d7f7328e383dd1a701c980e3aeff7a880995
parentdev-python/binaryornot: Use pypi.eclass (diff)
downloadgentoo-0f77862156819fb49b8f71b9d5a6dba93193163f.tar.gz
gentoo-0f77862156819fb49b8f71b9d5a6dba93193163f.tar.bz2
gentoo-0f77862156819fb49b8f71b9d5a6dba93193163f.zip
dev-python/openapi-schema-validator: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/openapi-schema-validator/metadata.xml2
-rw-r--r--dev-python/openapi-schema-validator/openapi-schema-validator-0.4.3.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/openapi-schema-validator/metadata.xml b/dev-python/openapi-schema-validator/metadata.xml
index 951e196ea341..bbbd304e9938 100644
--- a/dev-python/openapi-schema-validator/metadata.xml
+++ b/dev-python/openapi-schema-validator/metadata.xml
@@ -6,7 +6,7 @@
</maintainer>
<stabilize-allarches/>
<upstream>
- <remote-id type="github">p1c2u/openapi-schema-validator</remote-id>
+ <remote-id type="github">python-openapi/openapi-schema-validator</remote-id>
<remote-id type="pypi">openapi-schema-validator</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/openapi-schema-validator/openapi-schema-validator-0.4.3.ebuild b/dev-python/openapi-schema-validator/openapi-schema-validator-0.4.3.ebuild
index 5691450a80f8..6ac189f24a13 100644
--- a/dev-python/openapi-schema-validator/openapi-schema-validator-0.4.3.ebuild
+++ b/dev-python/openapi-schema-validator/openapi-schema-validator-0.4.3.ebuild
@@ -10,11 +10,11 @@ inherit distutils-r1
DESCRIPTION="OpenAPI schema validation for Python"
HOMEPAGE="
- https://github.com/p1c2u/openapi-schema-validator/
+ https://github.com/python-openapi/openapi-schema-validator/
https://pypi.org/project/openapi-schema-validator/
"
SRC_URI="
- https://github.com/p1c2u/openapi-schema-validator/archive/${PV}.tar.gz
+ https://github.com/python-openapi/openapi-schema-validator/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"