package/flannel: update project URL

Update flannel project URL.

  from: github.com/coreos/flannel
  to:   github.com/flannel-io/flannel

Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Geoff Levand 2021-06-22 06:45:26 -07:00 committed by Thomas Petazzoni
parent 9cbbb19a6d
commit 2f6cd888f4
2 changed files with 3 additions and 3 deletions

View File

@ -12,4 +12,4 @@ config BR2_PACKAGE_FLANNEL
Flannel is a virtual network that gives a subnet to each
host for use with container runtimes.
https://github.com/coreos/flannel
https://github.com/flannel-io/flannel

View File

@ -5,13 +5,13 @@
################################################################################
FLANNEL_VERSION = 0.12.0
FLANNEL_SITE = https://github.com/coreos/flannel/archive
FLANNEL_SITE = https://github.com/flannel-io/flannel/archive
FLANNEL_SOURCE = v$(FLANNEL_VERSION).tar.gz
FLANNEL_LICENSE = Apache-2.0
FLANNEL_LICENSE_FILES = LICENSE
FLANNEL_LDFLAGS = -X github.com/coreos/flannel/version.Version=$(FLANNEL_VERSION)
FLANNEL_LDFLAGS = -X github.com/flannel-io/flannel/version.Version=$(FLANNEL_VERSION)
# Install flannel to its well known location.
define FLANNEL_INSTALL_TARGET_CMDS