diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-08-17 21:56:17 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-09-02 21:03:25 -0400 |
commit | e656d3c51f4cc37d4156444b77e283ff2066a595 (patch) | |
tree | 075a1853f6a6a3cf5bcaeda1ab032f219b838042 /dev-python/nevow | |
parent | dev-python/dill: fix HOMEPAGE (diff) | |
download | gentoo-e656d3c51f4cc37d4156444b77e283ff2066a595.tar.gz gentoo-e656d3c51f4cc37d4156444b77e283ff2066a595.tar.bz2 gentoo-e656d3c51f4cc37d4156444b77e283ff2066a595.zip |
dev-python/nevow: fix HOMEPAGE
Diffstat (limited to 'dev-python/nevow')
-rw-r--r-- | dev-python/nevow/nevow-0.11.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/nevow/nevow-0.14.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/nevow/nevow-0.11.1.ebuild b/dev-python/nevow/nevow-0.11.1.ebuild index 077056b3124a..6c8e6259e0e8 100644 --- a/dev-python/nevow/nevow-0.11.1.ebuild +++ b/dev-python/nevow/nevow-0.11.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit twisted-r1 DESCRIPTION="A web templating framework that provides LivePage, an automatic AJAX toolkit" -HOMEPAGE="http://divmod.org/trac/wiki/DivmodNevow https://pypi.python.org/pypi/Nevow" +HOMEPAGE="https://github.com/twisted/nevow https://pypi.python.org/pypi/Nevow" SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/nevow/nevow-0.14.2.ebuild b/dev-python/nevow/nevow-0.14.2.ebuild index 30330a3499b5..a2cf9c4418b1 100644 --- a/dev-python/nevow/nevow-0.14.2.ebuild +++ b/dev-python/nevow/nevow-0.14.2.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit twisted-r1 DESCRIPTION="A web templating framework that provides LivePage, an automatic AJAX toolkit" -HOMEPAGE="http://divmod.org/trac/wiki/DivmodNevow https://pypi.python.org/pypi/Nevow" +HOMEPAGE="https://github.com/twisted/nevow https://pypi.python.org/pypi/Nevow" SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" LICENSE="MIT" |