diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-09 21:34:38 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-11 12:27:29 -0400 |
commit | 03acc592f645d64982e31912a2416f478885fde0 (patch) | |
tree | 26097c8c1a3736a68b8f56bf6e73a5330d5b700d /sci-chemistry | |
parent | sci-chemistry/xdsstat-bin: use HTTPs (diff) | |
download | gentoo-03acc592f645d64982e31912a2416f478885fde0.tar.gz gentoo-03acc592f645d64982e31912a2416f478885fde0.tar.bz2 gentoo-03acc592f645d64982e31912a2416f478885fde0.zip |
sci-chemistry/modeller: use HTTPs
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/modeller/modeller-9.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |