dev-python/asciimatics: fix SRC_URI.
authorPatrice Clement <monsieurp@gentoo.org>
Wed, 19 Sep 2018 22:10:13 +0000 (00:10 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 19 Sep 2018 22:10:25 +0000 (00:10 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/asciimatics/asciimatics-1.10.0.ebuild

index 931c40cb31cb9d69d93bb980a3dbf9cfe6449778..7b98702a75ffd0c46b6324e2d6ca9b5602209c03 100644 (file)
@@ -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"