diff --git a/dev-python/requestsexceptions/metadata.xml b/dev-python/requestsexceptions/metadata.xml index a6ded9b673c14..46e1cacd37732 100644 --- a/dev-python/requestsexceptions/metadata.xml +++ b/dev-python/requestsexceptions/metadata.xml @@ -9,7 +9,7 @@ The python requests library bundles the urllib3 library, however, some software distributions modify requests to remove the bundled library. This makes some operations, such as supressing the "insecure platform warning" messages that urllib emits difficult. This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled. - openstack-infra/requestsexceptions + openstack/requestsexceptions requestsexceptions diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild index 336c16852f43f..dd554a99b8db6 100644 --- a/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild +++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 pypi DESCRIPTION="Finds the correct path to exceptions in the requests library" HOMEPAGE=" https://opendev.org/openstack/requestsexceptions/ - https://github.com/openstack-infra/requestsexceptions/ + https://github.com/openstack/requestsexceptions/ https://pypi.org/project/requestsexceptions/ "