Merge pull request #875 from kinvolk/vbatts/sdnotify

sdnotify: avoid the github redirect
This commit is contained in:
Vincent Batts 2021-03-04 11:55:20 -05:00 committed by GitHub
commit 11272c426d

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
CROS_WORKON_PROJECT="flatcar-linux/sdnotify-proxy" CROS_WORKON_PROJECT="kinvolk/sdnotify-proxy"
CROS_WORKON_LOCALNAME="sdnotify-proxy" CROS_WORKON_LOCALNAME="sdnotify-proxy"
CROS_WORKON_REPO="git://github.com" CROS_WORKON_REPO="git://github.com"
COREOS_GO_PACKAGE="github.com/coreos/sdnotify-proxy" COREOS_GO_PACKAGE="github.com/coreos/sdnotify-proxy"