diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 20:29:53 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:15:43 +0200 |
commit | 0a0dfe58613c8148d1d377b9d340af6b86811c0c (patch) | |
tree | 2dae4c528e2a29dd27b8394939ded2c2bc1e2d23 /dev-python/autopep8 | |
parent | dev-python/configshell: use HTTPS for GitHub (diff) | |
download | gentoo-0a0dfe58613c8148d1d377b9d340af6b86811c0c.tar.gz gentoo-0a0dfe58613c8148d1d377b9d340af6b86811c0c.tar.bz2 gentoo-0a0dfe58613c8148d1d377b9d340af6b86811c0c.zip |
dev-python/autopep8: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/autopep8')
-rw-r--r-- | dev-python/autopep8/autopep8-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/autopep8/autopep8-9999.ebuild b/dev-python/autopep8/autopep8-9999.ebuild index 6b7024ae7438..82b8a5ea9078 100644 --- a/dev-python/autopep8/autopep8-9999.ebuild +++ b/dev-python/autopep8/autopep8-9999.ebuild @@ -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" |