summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-12-11 12:40:52 +0100
committerMichał Górny <mgorny@gentoo.org>2020-12-11 13:42:34 +0100
commit3c3e28e9505efeb397aa0636aeb3924eb0768cf4 (patch)
tree3cea2bb60dbe7976c39c0e15d4467d16d4680628 /dev-python/latexcodec
parentdev-python/genson: Update HOMEPAGE to match upstream case (diff)
downloadgentoo-3c3e28e9505efeb397aa0636aeb3924eb0768cf4.tar.gz
gentoo-3c3e28e9505efeb397aa0636aeb3924eb0768cf4.tar.bz2
gentoo-3c3e28e9505efeb397aa0636aeb3924eb0768cf4.zip
dev-python/latexcodec: Fix HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/latexcodec')
-rw-r--r--dev-python/latexcodec/latexcodec-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/latexcodec/latexcodec-2.0.0.ebuild b/dev-python/latexcodec/latexcodec-2.0.0.ebuild
index d3f8bec601bf..eb517529d165 100644
--- a/dev-python/latexcodec/latexcodec-2.0.0.ebuild
+++ b/dev-python/latexcodec/latexcodec-2.0.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Lexer and codec to work with LaTeX code in Python"
-HOMEPAGE="https://github.com/mcmtroffaes/latexcodec/ https://pypi.org/project/pybtex/"
+HOMEPAGE="https://github.com/mcmtroffaes/latexcodec/ https://pypi.org/project/latexcodec/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"