diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-18 20:42:45 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-03-18 23:48:31 +0100 |
commit | 6f12c43e031a4906f24ccd92a4373355145dffce (patch) | |
tree | ab45b1243eef30df1247f7d3b2338add87c000eb /sys-cluster/legion/legion-16.08.0-r1.ebuild | |
parent | sys-apps/proot: update metadata, add 9999 version. (diff) | |
download | gentoo-6f12c43e031a4906f24ccd92a4373355145dffce.tar.gz gentoo-6f12c43e031a4906f24ccd92a4373355145dffce.tar.bz2 gentoo-6f12c43e031a4906f24ccd92a4373355145dffce.zip |
sys-cluster/legion: use HTTPS.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11407
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'sys-cluster/legion/legion-16.08.0-r1.ebuild')
-rw-r--r-- | sys-cluster/legion/legion-16.08.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/legion/legion-16.08.0-r1.ebuild b/sys-cluster/legion/legion-16.08.0-r1.ebuild index e90f7d02ed71..c785d40df28f 100644 --- a/sys-cluster/legion/legion-16.08.0-r1.ebuild +++ b/sys-cluster/legion/legion-16.08.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="A data-centric parallel programming system" -HOMEPAGE="http://legion.stanford.edu/" +HOMEPAGE="https://legion.stanford.edu/" SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz" LICENSE="BSD" |