summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-tex/dot2tex/dot2tex-2.11.3.ebuild10
-rw-r--r--dev-tex/dot2tex/metadata.xml2
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-tex/dot2tex/dot2tex-2.11.3.ebuild b/dev-tex/dot2tex/dot2tex-2.11.3.ebuild
index ec5e1fafb509..a07837edfc11 100644
--- a/dev-tex/dot2tex/dot2tex-2.11.3.ebuild
+++ b/dev-tex/dot2tex/dot2tex-2.11.3.ebuild
@@ -6,9 +6,9 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
-DESCRIPTION="A Graphviz to LaTeX converter"
-HOMEPAGE="https://dot2tex.readthedocs.org/ https://github.com/kjellmf/dot2tex"
-SRC_URI="https://github.com/kjellmf/dot2tex/archive/${PV}.tar.gz -> ${P}.tar.gz"
+DESCRIPTION="Graphviz to LaTeX converter"
+HOMEPAGE="https://dot2tex.readthedocs.org/ https://github.com/xyz2tex/dot2tex"
+SRC_URI="https://github.com/xyz2tex/dot2tex/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -23,7 +23,7 @@ RDEPEND="
BDEPEND="doc? ( dev-python/sphinx )"
EPYTEST_DESELECT=(
- # https://github.com/kjellmf/dot2tex/issues/94
+ # https://github.com/xyz2tex/dot2tex/issues/94
tests/test_dot2tex.py::MultipleStatements::test_semicolon
)
@@ -31,7 +31,7 @@ distutils_enable_tests pytest
python_prepare_all() {
# Syntax failures (old-style print)
- # Looks fixed in master: https://github.com/kjellmf/dot2tex/commit/38aeef9615f90fe347c5c45d514eaf00b116422b
+ # Looks fixed in master: https://github.com/xyz2tex/dot2tex/commit/38aeef9615f90fe347c5c45d514eaf00b116422b
rm -r "${S}"/tests/experimental || die
distutils-r1_python_prepare_all
diff --git a/dev-tex/dot2tex/metadata.xml b/dev-tex/dot2tex/metadata.xml
index 8ab60496f83c..07745c2362d7 100644
--- a/dev-tex/dot2tex/metadata.xml
+++ b/dev-tex/dot2tex/metadata.xml
@@ -8,6 +8,6 @@
<stabilize-allarches/>
<upstream>
<remote-id type="google-code">dot2tex</remote-id>
- <remote-id type="github">kjellmf/dot2tex</remote-id>
+ <remote-id type="github">xyz2tex/dot2tex</remote-id>
</upstream>
</pkgmetadata>