summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2022-08-23 14:54:14 +0200
committerSam James <sam@gentoo.org>2022-08-23 20:29:39 +0100
commitde5da956ee2362f7e06fee1c830503747bbee443 (patch)
tree4d5022e9efdc99f78ed32f4e4bad2c88bb1d4fce
parentdev-python/canonicaljson: correct pypi HOMEPAGE link (diff)
downloadgentoo-de5da956.tar.gz
gentoo-de5da956.tar.bz2
gentoo-de5da956.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>
-rw-r--r--dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild4
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"