diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 20:28:51 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:15:43 +0200 |
commit | fefbbdc3b5898d8456574e670eeaecacc713e750 (patch) | |
tree | 533cd600be36a76c792938d147630d468c5f89b2 /dev-python/configshell | |
parent | dev-libs/libmowgli: use HTTPS for GitHub, update broken HOMEPAGE (diff) | |
download | gentoo-fefbbdc3b5898d8456574e670eeaecacc713e750.tar.gz gentoo-fefbbdc3b5898d8456574e670eeaecacc713e750.tar.bz2 gentoo-fefbbdc3b5898d8456574e670eeaecacc713e750.zip |
dev-python/configshell: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/configshell')
-rw-r--r-- | dev-python/configshell/configshell-1.6.ebuild | 5 | ||||
-rw-r--r-- | dev-python/configshell/configshell-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-python/configshell/configshell-1.6.ebuild b/dev-python/configshell/configshell-1.6.ebuild index 5bd2733c44eb..01c369dd1a66 100644 --- a/dev-python/configshell/configshell-1.6.ebuild +++ b/dev-python/configshell/configshell-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,8 +16,7 @@ IUSE="" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/Datera/${PN}.git - https://github.com/Datera/${PN}.git" + EGIT_REPO_URI="https://github.com/Datera/${PN}.git" KEYWORDS="" else SRC_URI="https://github.com/Datera/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-python/configshell/configshell-9999.ebuild b/dev-python/configshell/configshell-9999.ebuild index 5bd2733c44eb..01c369dd1a66 100644 --- a/dev-python/configshell/configshell-9999.ebuild +++ b/dev-python/configshell/configshell-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,8 +16,7 @@ IUSE="" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/Datera/${PN}.git - https://github.com/Datera/${PN}.git" + EGIT_REPO_URI="https://github.com/Datera/${PN}.git" KEYWORDS="" else SRC_URI="https://github.com/Datera/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |