diff options
author | 2016-02-19 22:39:15 +0300 | |
---|---|---|
committer | 2016-02-19 23:21:45 +0300 | |
commit | 8490302603decf8cba6ff769cbc82a672acc7443 (patch) | |
tree | e65efefd2333b709ed663a9f4c59950799c53b1b /dev-python/mccabe | |
parent | useflag to use libhtp instead of bundled one (#575144) (diff) | |
download | gentoo-8490302603decf8cba6ff769cbc82a672acc7443.tar.gz gentoo-8490302603decf8cba6ff769cbc82a672acc7443.tar.bz2 gentoo-8490302603decf8cba6ff769cbc82a672acc7443.zip |
dev-python/mccabe: use proper HOMEPAGE
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-python/mccabe')
-rw-r--r-- | dev-python/mccabe/mccabe-0.4.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/mccabe/metadata.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/mccabe/mccabe-0.4.0.ebuild b/dev-python/mccabe/mccabe-0.4.0.ebuild index 4eeee85e31de..5c2973196d87 100644 --- a/dev-python/mccabe/mccabe-0.4.0.ebuild +++ b/dev-python/mccabe/mccabe-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ RESTRICT="test" inherit distutils-r1 DESCRIPTION="a plugin for flake8" -HOMEPAGE="https://github.com/flintwork/mccabe" +HOMEPAGE="https://github.com/PyCQA/mccabe" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" diff --git a/dev-python/mccabe/metadata.xml b/dev-python/mccabe/metadata.xml index 25144a574b70..4e8535188806 100644 --- a/dev-python/mccabe/metadata.xml +++ b/dev-python/mccabe/metadata.xml @@ -7,6 +7,6 @@ </maintainer> <upstream> <remote-id type="pypi">mccabe</remote-id> - <remote-id type="github">flintwork/mccabe</remote-id> + <remote-id type="github">PyCQA/mccabe</remote-id> </upstream> </pkgmetadata> |