diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 04:55:45 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 12:04:25 +0200 |
commit | 8d2b5337bee9edee3d9564eee459ac61731859ac (patch) | |
tree | dde97ec0a0de4f98037ddf4ef8d45aae99ac8942 /sci-chemistry/votca-csgapps | |
parent | sci-chemistry/votca-csg: use HTTPS for GitHub and doc links (diff) | |
download | gentoo-8d2b5337bee9edee3d9564eee459ac61731859ac.tar.gz gentoo-8d2b5337bee9edee3d9564eee459ac61731859ac.tar.bz2 gentoo-8d2b5337bee9edee3d9564eee459ac61731859ac.zip |
sci-chemistry/votca-csgapps: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sci-chemistry/votca-csgapps')
-rw-r--r-- | sci-chemistry/votca-csgapps/votca-csgapps-1.4.ebuild | 2 | ||||
-rw-r--r-- | sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.4.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.4.ebuild index b33cb0922a6e..9c82b843b301 100644 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.4.ebuild +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.4.ebuild @@ -13,7 +13,7 @@ if [ "${PV}" != "9999" ]; then S="${WORKDIR}/${P#votca-}" else inherit git-r3 - EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git" + EGIT_REPO_URI="https://github.com/${PN/-//}.git" KEYWORDS="amd64 x86" fi diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild index 274f29dd4d36..3fb54fe5504e 100644 --- a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild +++ b/sci-chemistry/votca-csgapps/votca-csgapps-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 @@ -13,7 +13,7 @@ if [ "${PV}" != "9999" ]; then S="${WORKDIR}/${P#votca-}" else inherit git-r3 - EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git" + EGIT_REPO_URI="https://github.com/${PN/-//}.git" KEYWORDS="" fi |