diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:51 +0200 |
commit | dea7c3060641b628cd6a2e2d97db18903c86862e (patch) | |
tree | 732f4fb23c78427e21bd1fbcea69d3d0afe79cf5 /sci-chemistry/votca-csgapps | |
parent | Use https for most gnu.org URLs (diff) | |
download | gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.bz2 gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.zip |
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry/votca-csgapps')
-rw-r--r-- | sci-chemistry/votca-csgapps/votca-csgapps-1.2.2.ebuild | 2 | ||||
-rw-r--r-- | sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.2.2.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.2.ebuild index 0023ec511603..28f02139cbfe 100644 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.2.2.ebuild +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.2.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit cmake-utils if [ "${PV}" != "9999" ]; then - SRC_URI="http://votca.googlecode.com/files/${PF}.tar.gz" + SRC_URI="https://votca.googlecode.com/files/${PF}.tar.gz" RESTRICT="primaryuri" else inherit mercurial diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild index 1f209d21f52f..c5c9afa4c8a3 100644 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit cmake-utils if [ "${PV}" != "9999" ]; then - SRC_URI="http://downloads.votca.googlecode.com/hg/${PF}.tar.gz" + SRC_URI="https://downloads.votca.googlecode.com/hg/${PF}.tar.gz" else inherit mercurial EHG_REPO_URI="https://csgapps.votca.googlecode.com/hg" |