dev-python/autopep8: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 10:29:53 +0000 (20:29 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:15:43 +0000 (11:15 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-python/autopep8/autopep8-9999.ebuild

index 6b7024ae7438ecd75f457fc1db51cdbde87d2d8f..82b8a5ea9078c0b7c33b3bb14ac29db7d6935626 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit distutils-r1 git-2
 DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style guide"
 HOMEPAGE="https://github.com/hhatto/autopep8 https://pypi.python.org/pypi/autopep8"
 SRC_URI=""
-EGIT_REPO_URI="git://github.com/hhatto/${PN}.git"
+EGIT_REPO_URI="https://github.com/hhatto/${PN}.git"
 
 LICENSE="MIT"
 SLOT="0"