From dc22f56db1caf6960831a509410e453815767bee Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 15 Mar 2024 21:24:16 +0100 Subject: sci-physics/espresso: use https Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- sci-physics/espresso/espresso-4.2.0.ebuild | 2 +- sci-physics/espresso/espresso-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-physics') 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" -- cgit v1.2.3-65-gdbad