diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-08-23 14:54:14 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-23 20:29:39 +0100 |
commit | de5da956ee2362f7e06fee1c830503747bbee443 (patch) | |
tree | 4d5022e9efdc99f78ed32f4e4bad2c88bb1d4fce /dev-python/unpaddedbase64 | |
parent | dev-python/canonicaljson: correct pypi HOMEPAGE link (diff) | |
download | gentoo-de5da956ee2362f7e06fee1c830503747bbee443.tar.gz gentoo-de5da956ee2362f7e06fee1c830503747bbee443.tar.bz2 gentoo-de5da956ee2362f7e06fee1c830503747bbee443.zip |
dev-python/unpaddedbase64: correct pypi HOMEPAGE link
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/unpaddedbase64')
-rw-r--r-- | dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild b/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild index 0d8d7d1ec803..c08e3106639c 100644 --- a/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild +++ b/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild @@ -10,8 +10,8 @@ inherit distutils-r1 DESCRIPTION="Unpadded Base64" HOMEPAGE=" - https://github.com/matrix-org/python-unpaddedbase64 - https://pypi.python.org/pypi/unpaddedbase64 + https://github.com/matrix-org/python-unpaddedbase64/ + https://pypi.org/project/unpaddedbase64/ " SRC_URI="https://github.com/matrix-org/python-unpaddedbase64/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" |