diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:36:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:38:24 +0100 |
commit | 903ca8dc261b929d0b6d57f62e2ec18129cb14ec (patch) | |
tree | 184a2326dfa58631c1442090859af327e01fdaf8 /sci-chemistry | |
parent | sci-chemistry/pdb2pqr: Use HTTPS (diff) | |
download | gentoo-903ca8dc261b929d0b6d57f62e2ec18129cb14ec.tar.gz gentoo-903ca8dc261b929d0b6d57f62e2ec18129cb14ec.tar.bz2 gentoo-903ca8dc261b929d0b6d57f62e2ec18129cb14ec.zip |
sci-chemistry/pymol: Use HTTPS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/pymol/pymol-2.3.0-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild b/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild index d6864f00a97a..f60de8dcb189 100644 --- a/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild +++ b/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="tk" inherit distutils-r1 eutils fdo-mime flag-o-matic versionator DESCRIPTION="A Python-extensible molecular graphics system" -HOMEPAGE="http://www.pymol.org/" +HOMEPAGE="https://www.pymol.org/" SRC_URI=" https://dev.gentoo.org/~jlec/distfiles/${P}.png.xz mirror://sourceforge/project/${PN}/${PN}/$(get_version_component_range 1-2)/${PN}-v${PV}.tar.bz2 diff --git a/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild b/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild index 7591fe38393d..6e8433b403ec 100644 --- a/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild +++ b/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 desktop eutils flag-o-matic xdg-utils DESCRIPTION="A Python-extensible molecular graphics system" -HOMEPAGE="http://www.pymol.org/" +HOMEPAGE="https://www.pymol.org/" SRC_URI=" https://dev.gentoo.org/~jlec/distfiles/${PN}-1.8.4.0.png.xz https://github.com/schrodinger/pymol-open-source/archive/v${PV}.tar.gz -> ${P}.tar.gz |