diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-04-06 19:23:27 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-04-09 14:05:56 +0200 |
commit | dfd2c29f44fd5ffe43e3c1a974afe5390aa93bf8 (patch) | |
tree | 862252e9197d2c5d8bc497071499cdc21ce6407f /sci-physics | |
parent | sys-kernel/genkernel-next: update HOMEPAGE. (diff) | |
download | gentoo-dfd2c29f44fd5ffe43e3c1a974afe5390aa93bf8.tar.gz gentoo-dfd2c29f44fd5ffe43e3c1a974afe5390aa93bf8.tar.bz2 gentoo-dfd2c29f44fd5ffe43e3c1a974afe5390aa93bf8.zip |
sci-physics/herwig: use HTTPS.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11611
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/herwig/herwig-6.5.21-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/herwig/herwig-6.5.21-r1.ebuild b/sci-physics/herwig/herwig-6.5.21-r1.ebuild index 61e03705a4cc..8348c8f2d55b 100644 --- a/sci-physics/herwig/herwig-6.5.21-r1.ebuild +++ b/sci-physics/herwig/herwig-6.5.21-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ MY_P=${PN}${PV1}${PV2}${PV3} MY_PINC="${PN^^}${PV1}${PV2}.INC" DESCRIPTION="High Energy Physics Event Generator" -HOMEPAGE="http://www.hep.phy.cam.ac.uk/theory/webber/Herwig/" +HOMEPAGE="https://www.hep.phy.cam.ac.uk/theory/webber/Herwig/" SRC_URI=" ${HOMEPAGE}/${MY_P}.f ${HOMEPAGE}/${MY_P}.inc |