diff options
author | 2023-03-11 10:57:36 +0100 | |
---|---|---|
committer | 2023-03-11 10:58:21 +0100 | |
commit | 75294ab421505630a8a16b7ca9c317c2d84fc481 (patch) | |
tree | 746ecb8ee9a04d1b258f65e7b15e63cf338d1403 | |
parent | dev-python/tenacity: Remove old (diff) | |
download | gentoo-75294ab421505630a8a16b7ca9c317c2d84fc481.tar.gz gentoo-75294ab421505630a8a16b7ca9c317c2d84fc481.tar.bz2 gentoo-75294ab421505630a8a16b7ca9c317c2d84fc481.zip |
dev-python/openapi-spec-validator: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/openapi-spec-validator/metadata.xml | 2 | ||||
-rw-r--r-- | dev-python/openapi-spec-validator/openapi-spec-validator-0.5.5.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/openapi-spec-validator/metadata.xml b/dev-python/openapi-spec-validator/metadata.xml index be2432aed5c9..eb0b0955d089 100644 --- a/dev-python/openapi-spec-validator/metadata.xml +++ b/dev-python/openapi-spec-validator/metadata.xml @@ -6,7 +6,7 @@ </maintainer> <stabilize-allarches/> <upstream> - <remote-id type="github">p1c2u/openapi-spec-validator</remote-id> + <remote-id type="github">python-openapi/openapi-spec-validator</remote-id> <remote-id type="pypi">openapi-spec-validator</remote-id> </upstream> </pkgmetadata> diff --git a/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.5.ebuild b/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.5.ebuild index 4711abc587eb..02d0efe87dbe 100644 --- a/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.5.ebuild +++ b/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.5.ebuild @@ -10,11 +10,11 @@ inherit distutils-r1 DESCRIPTION="OpenAPI 2.0 (aka Swagger) and OpenAPI 3.0 spec validator" HOMEPAGE=" - https://github.com/p1c2u/openapi-spec-validator/ + https://github.com/python-openapi/openapi-spec-validator/ https://pypi.org/project/openapi-spec-validator/ " SRC_URI=" - https://github.com/p1c2u/openapi-spec-validator/archive/${PV}.tar.gz + https://github.com/python-openapi/openapi-spec-validator/archive/${PV}.tar.gz -> ${P}.gh.tar.gz " |