diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-16 12:04:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-16 12:04:59 +0200 |
commit | 93f886262580e21013aab82a8b0f1748af1c2b58 (patch) | |
tree | a7b7361dc1474837ef781bbd343a5f5f8b92b1ca /sci-physics | |
parent | sci-physics/root: Remove python2 (diff) | |
download | gentoo-93f886262580e21013aab82a8b0f1748af1c2b58.tar.gz gentoo-93f886262580e21013aab82a8b0f1748af1c2b58.tar.bz2 gentoo-93f886262580e21013aab82a8b0f1748af1c2b58.zip |
sci-physics/yoda: Use HTTPS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/yoda/yoda-1.7.0-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-physics/yoda/yoda-1.7.0-r2.ebuild b/sci-physics/yoda/yoda-1.7.0-r2.ebuild index 918658484a9a..a17c010c34b1 100644 --- a/sci-physics/yoda/yoda-1.7.0-r2.ebuild +++ b/sci-physics/yoda/yoda-1.7.0-r2.ebuild @@ -6,11 +6,10 @@ EAPI=6 inherit bash-completion-r1 DESCRIPTION="Yet more Objects for (High Energy Physics) Data Analysis" -HOMEPAGE="http://yoda.hepforge.org/" +HOMEPAGE="https://yoda.hepforge.org/" +SRC_URI="https://www.hepforge.org/archive/${PN}/${P^^}.tar.bz2" -SRC_URI="http://www.hepforge.org/archive/${PN}/${P^^}.tar.bz2" LICENSE="GPL-2" - SLOT="0/${PV}" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="root static-libs" |