commit: 359ef00f8f9551fcedaf8b00e7dd52142b033961 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Jun 9 19:33:40 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon Jun 11 16:27:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359ef00f
sci-chemistry/xdsstat-bin: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8776 sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild | 4 ++-- 1 file 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 e2115321133..0c144d9b28e 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 )
