diff options
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" |