diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-03-15 21:24:16 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-16 13:13:09 +0100 |
commit | dc22f56db1caf6960831a509410e453815767bee (patch) | |
tree | 9736a1ee585b4cd1d3ef1a6daba75c95fa29d64d /sci-physics | |
parent | dev-python/python-ironicclient: Remove old (diff) | |
download | gentoo-dc22f56db1caf6960831a509410e453815767bee.tar.gz gentoo-dc22f56db1caf6960831a509410e453815767bee.tar.bz2 gentoo-dc22f56db1caf6960831a509410e453815767bee.zip |
sci-physics/espresso: use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/espresso/espresso-4.2.0.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/espresso/espresso-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/espresso/espresso-4.2.0.ebuild b/sci-physics/espresso/espresso-4.2.0.ebuild index ae64db1f03c8..5ddbd091391f 100644 --- a/sci-physics/espresso/espresso-4.2.0.ebuild +++ b/sci-physics/espresso/espresso-4.2.0.ebuild @@ -9,7 +9,7 @@ CMAKE_MAKEFILE_GENERATOR="emake" inherit cmake cuda python-single-r1 savedconfig DESCRIPTION="Extensible Simulation Package for Research on Soft matter" -HOMEPAGE="http://espressomd.org" +HOMEPAGE="https://espressomd.org" if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="https://github.com/${PN}md/${PN}.git" diff --git a/sci-physics/espresso/espresso-9999.ebuild b/sci-physics/espresso/espresso-9999.ebuild index f59e2d7d0f38..85fdebaa4905 100644 --- a/sci-physics/espresso/espresso-9999.ebuild +++ b/sci-physics/espresso/espresso-9999.ebuild @@ -9,7 +9,7 @@ CMAKE_MAKEFILE_GENERATOR="emake" inherit cmake cuda python-single-r1 savedconfig DESCRIPTION="Extensible Simulation Package for Research on Soft matter" -HOMEPAGE="http://espressomd.org" +HOMEPAGE="https://espressomd.org" if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="https://github.com/${PN}md/${PN}.git" |