From 981e8375df2cc5358c7252ad199ca78e7341cd06 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 4 Mar 2021 07:58:16 -0500 Subject: [PATCH] sdnotify: avoid the github redirect Signed-off-by: Vincent Batts --- .../app-admin/sdnotify-proxy/sdnotify-proxy-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/sdnotify-proxy/sdnotify-proxy-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/sdnotify-proxy/sdnotify-proxy-9999.ebuild index c2632108d9..8b9812efba 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/sdnotify-proxy/sdnotify-proxy-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-admin/sdnotify-proxy/sdnotify-proxy-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -CROS_WORKON_PROJECT="flatcar-linux/sdnotify-proxy" +CROS_WORKON_PROJECT="kinvolk/sdnotify-proxy" CROS_WORKON_LOCALNAME="sdnotify-proxy" CROS_WORKON_REPO="git://github.com" COREOS_GO_PACKAGE="github.com/coreos/sdnotify-proxy"