dev-python/mccabe: use proper HOMEPAGE

Package-Manager: portage-2.2.27
This commit is contained in:
Ilya Tumaykin
2016-02-19 22:39:15 +03:00
parent b78db6c8dc
commit 8490302603
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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>