diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-11 10:52:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-11 10:52:20 +0100 |
commit | 0f77862156819fb49b8f71b9d5a6dba93193163f (patch) | |
tree | 2457d7f7328e383dd1a701c980e3aeff7a880995 /dev-python/openapi-schema-validator | |
parent | dev-python/binaryornot: Use pypi.eclass (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/openapi-schema-validator')
-rw-r--r-- | dev-python/openapi-schema-validator/metadata.xml | 2 | ||||
-rw-r--r-- | dev-python/openapi-schema-validator/openapi-schema-validator-0.4.3.ebuild | 4 |
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 " |