From: Michael Mair-Keimberger Date: Sat, 9 Jun 2018 19:34:38 +0000 (+0200) Subject: sci-chemistry/modeller: use HTTPs X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=03acc592f645d64982e31912a2416f478885fde0;p=gentoo.git sci-chemistry/modeller: use HTTPs --- diff --git a/sci-chemistry/modeller/modeller-9.20.ebuild b/sci-chemistry/modeller/modeller-9.20.ebuild index 0d29c3843f29..e7e80937b7fc 100644 --- a/sci-chemistry/modeller/modeller-9.20.ebuild +++ b/sci-chemistry/modeller/modeller-9.20.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 eutils multilib versionator DESCRIPTION="Homology or comparative modeling of protein three-dimensional structures" -HOMEPAGE="http://salilab.org/modeller/" -SRC_URI="http://salilab.org/${PN}/${PV}/${P}.tar.gz" +HOMEPAGE="https://salilab.org/modeller/" +SRC_URI="https://salilab.org/${PN}/${PV}/${P}.tar.gz" LICENSE="modeller" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"