dev-python/mccabe: use proper HOMEPAGE
authorIlya Tumaykin <itumaykin@gmail.com>
Fri, 19 Feb 2016 19:39:15 +0000 (22:39 +0300)
committerIlya Tumaykin <itumaykin@gmail.com>
Fri, 19 Feb 2016 20:21:45 +0000 (23:21 +0300)
Package-Manager: portage-2.2.27

dev-python/mccabe/mccabe-0.4.0.ebuild
dev-python/mccabe/metadata.xml

index 4eeee85e31de083cf3093f055b01f5a856e6978f..5c2973196d87aed31ce0a636a3bc24e01337ae8c 100644 (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"
index 25144a574b7024eae5bd48d0014fbdf09c60d5e1..4e8535188806996287884af50e38a0a80087fe1d 100644 (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>