diff options
Diffstat (limited to 'app-text/pytextile/pytextile-2.2.1.ebuild')
-rw-r--r-- | app-text/pytextile/pytextile-2.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pytextile/pytextile-2.2.1.ebuild b/app-text/pytextile/pytextile-2.2.1.ebuild index f7e60c87383a..4d54ded6309a 100644 --- a/app-text/pytextile/pytextile-2.2.1.ebuild +++ b/app-text/pytextile/pytextile-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.2.1.ebuild,v 1.1 2014/10/29 15:56:21 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.2.1.ebuild,v 1.2 2014/11/11 01:07:46 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -11,7 +11,7 @@ MY_PN="textile" MY_P="${MY_PN}-${PV}" DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text Generator for creating (X)HTML" -HOMEPAGE="https://github.com/ikirudennis/python-textile" +HOMEPAGE="http://github.com/textile/python-textile" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" |