diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-09 21:33:40 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-11 12:27:29 -0400 |
commit | 359ef00f8f9551fcedaf8b00e7dd52142b033961 (patch) | |
tree | 00ebdeacee0fae2f04bb3f417f9e70e1bd8d1a31 /sci-chemistry/xdsstat-bin | |
parent | mail-client/claws-mail: use HTTPs (diff) | |
download | gentoo-359ef00f8f9551fcedaf8b00e7dd52142b033961.tar.gz gentoo-359ef00f8f9551fcedaf8b00e7dd52142b033961.tar.bz2 gentoo-359ef00f8f9551fcedaf8b00e7dd52142b033961.zip |
sci-chemistry/xdsstat-bin: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8776
Diffstat (limited to 'sci-chemistry/xdsstat-bin')
-rw-r--r-- | sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild b/sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild index e21153211331..0c144d9b28e2 100644 --- a/sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild +++ b/sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 MY_PN="${PN/-bin}" DESCRIPTION="Prints various statistics (that are not available from XDS itself)" -HOMEPAGE="http://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/XDSSTAT" +HOMEPAGE="https://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/XDSSTAT" SRC_URI=" amd64? ( ftp://turn5.biologie.uni-konstanz.de/pub/${MY_PN}-linux64.bz2 ) x86? ( ftp://turn5.biologie.uni-konstanz.de/pub/${MY_PN}-linux32.bz2 ) |