diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-15 12:25:59 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-16 18:56:50 -0400 |
commit | a7376d65f0c6667ea04e3a8539a3358c518ac25a (patch) | |
tree | a6294334c121890cf9e55e9ef77f2f2122a0d99d /sci-chemistry | |
parent | dev-python/pycuda: use HTTPS (diff) | |
download | gentoo-a7376d65f0c6667ea04e3a8539a3358c518ac25a.tar.gz gentoo-a7376d65f0c6667ea04e3a8539a3358c518ac25a.tar.bz2 gentoo-a7376d65f0c6667ea04e3a8539a3358c518ac25a.zip |
sci-chemistry/mdanalysis: use HTTPS
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/mdanalysis/mdanalysis-0.7.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/mdanalysis/mdanalysis-0.7.7.ebuild b/sci-chemistry/mdanalysis/mdanalysis-0.7.7.ebuild index 763061028d4e..adb280c4b634 100644 --- a/sci-chemistry/mdanalysis/mdanalysis-0.7.7.ebuild +++ b/sci-chemistry/mdanalysis/mdanalysis-0.7.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ MY_PN="MDAnalysis" MY_P="${MY_PN}-${PV}" DESCRIPTION="A python library to analyze and manipulate molecular dynamics trajectories" -HOMEPAGE="http://www.mdanalysis.org/" +HOMEPAGE="https://www.mdanalysis.org" SRC_URI="https://mdanalysis.googlecode.com/files/${MY_P}.tar.gz" SLOT="0" |