From 82370a58472493485957f256082daa1532183c7c Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Fri, 3 Dec 2021 15:52:40 +0100 Subject: [PATCH] coreos-devel/mantle: fix Github org name Now that the Github org name of mantle was changed from coreos to flatcar-linux, via https://github.com/flatcar-linux/mantle/pull/241, we need to change the Github org name in ebuilds as well. --- .../coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild index 64d442000c..2d78fefe62 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 CROS_WORKON_PROJECT="flatcar-linux/mantle" CROS_WORKON_LOCALNAME="mantle" CROS_WORKON_REPO="https://github.com" -COREOS_GO_PACKAGE="github.com/coreos/mantle" +COREOS_GO_PACKAGE="github.com/flatcar-linux/mantle" COREOS_GO_MOD="vendor" if [[ "${PV}" == 9999 ]]; then @@ -17,8 +17,8 @@ fi inherit coreos-go cros-workon -DESCRIPTION="Mantle: Gluing CoreOS together" -HOMEPAGE="https://github.com/coreos/mantle" +DESCRIPTION="Mantle: Gluing Flatcar together" +HOMEPAGE="https://github.com/flatcar-linux/mantle" LICENSE="Apache-2.0" SLOT="0" # objcopy/split have trouble with our cross-compiled kolet