aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny (tastytea) Gutbrod <gentoo@tastytea.de>2022-04-04 18:45:49 +0200
committerRonny (tastytea) Gutbrod <gentoo@tastytea.de>2022-04-04 18:45:49 +0200
commitbeba143c39288c6090d1f36bae223d1fdceff546 (patch)
treee3682a624afcbf8bcded77756cfedc8cd99f3e91 /dev-python/betamax-serializers
parentDrop repoman in favour of pkgcheck/pkgdev (diff)
downloadguru-beba143c39288c6090d1f36bae223d1fdceff546.tar.gz
guru-beba143c39288c6090d1f36bae223d1fdceff546.tar.bz2
guru-beba143c39288c6090d1f36bae223d1fdceff546.zip
*/*: Fix missing trailing slash in HOMEPAGE
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'dev-python/betamax-serializers')
-rw-r--r--dev-python/betamax-serializers/betamax-serializers-0.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/betamax-serializers/betamax-serializers-0.2.1.ebuild b/dev-python/betamax-serializers/betamax-serializers-0.2.1.ebuild
index d341f1f4e..8ef2982d5 100644
--- a/dev-python/betamax-serializers/betamax-serializers-0.2.1.ebuild
+++ b/dev-python/betamax-serializers/betamax-serializers-0.2.1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( pypy3 python3_{8..10} )
inherit distutils-r1 optfeature
DESCRIPTION="A set of third-party serializers for Betamax"
-HOMEPAGE="https://pypi.org/project/betamax-serializers https://gitlab.com/betamax/serializers"
+HOMEPAGE="https://pypi.org/project/betamax-serializers/ https://gitlab.com/betamax/serializers"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"