diff --git a/dev-python/codetools/codetools-4.2.0.ebuild b/dev-python/codetools/codetools-4.2.0.ebuild index cf645d00d48cc..796f4dd96a8c6 100644 --- a/dev-python/codetools/codetools-4.2.0.ebuild +++ b/dev-python/codetools/codetools-4.2.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 @@ -7,7 +7,9 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 virtualx DESCRIPTION="Enthought Tool Suite: Code analysis and execution tools" -HOMEPAGE="http://code.enthought.com/projects/code_tools/" +HOMEPAGE="http://docs.enthought.com/codetools/ + https://github.com/enthought/codetools + https://pypi.python.org/pypi/codetools" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" IUSE="test"