diff options
Diffstat (limited to 'dev-python/envisage/envisage-4.4.0.ebuild')
-rw-r--r-- | dev-python/envisage/envisage-4.4.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/envisage/envisage-4.4.0.ebuild b/dev-python/envisage/envisage-4.4.0.ebuild index fa1070b7e6bf..70842fd9e36b 100644 --- a/dev-python/envisage/envisage-4.4.0.ebuild +++ b/dev-python/envisage/envisage-4.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,9 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 virtualx DESCRIPTION="Enthought Tool Suite: Extensible application framework" -HOMEPAGE="http://code.enthought.com/projects/envisage" +HOMEPAGE="http://docs.enthought.com/envisage/ + https://github.com/enthought/envisage + https://pypi.python.org/pypi/envisage" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" |