commit: 38a94d412cf2f3a712aa4516593b4ce10d4dfe6e
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 19 22:10:13 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 22:10:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a94d41
dev-python/asciimatics: fix SRC_URI.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/asciimatics/asciimatics-1.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/asciimatics/asciimatics-1.10.0.ebuild
b/dev-python/asciimatics/asciimatics-1.10.0.ebuild
index 931c40cb31c..7b98702a75f 100644
--- a/dev-python/asciimatics/asciimatics-1.10.0.ebuild
+++ b/dev-python/asciimatics/asciimatics-1.10.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Pythonic library to create text UIs and ASCII art animations"
-HOMEPAGE="https://github.com/pwaller/pyfiglet"
+HOMEPAGE="https://github.com/peterbrittain/asciimatics"
SRC_URI="https://github.com/peterbrittain/asciimatics/archive/${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="Apache-2.0"