summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-09-20 00:10:13 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-09-20 00:10:25 +0200
commit38a94d412cf2f3a712aa4516593b4ce10d4dfe6e (patch)
tree85ef3834bbae0a49391010474a445f222d2a4e19 /dev-python/asciimatics
parentnet-im/signal-desktop-bin: remove old version (diff)
downloadgentoo-38a94d412cf2f3a712aa4516593b4ce10d4dfe6e.tar.gz
gentoo-38a94d412cf2f3a712aa4516593b4ce10d4dfe6e.tar.bz2
gentoo-38a94d412cf2f3a712aa4516593b4ce10d4dfe6e.zip
dev-python/asciimatics: fix SRC_URI.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/asciimatics')
-rw-r--r--dev-python/asciimatics/asciimatics-1.10.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/asciimatics/asciimatics-1.10.0.ebuild b/dev-python/asciimatics/asciimatics-1.10.0.ebuild
index 931c40cb31cb..7b98702a75ff 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"