From f234e7b1cd37cbc7b0ef4905dd7c814e38d61d41 Mon Sep 17 00:00:00 2001 From: Dor Mull-or Date: Sun, 1 Jan 2023 14:59:43 +0200 Subject: [PATCH] Update go module --- Makefile | 2 +- package/crossplane.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 99199f6..06c8537 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # ==================================================================================== # Setup Project PROJECT_NAME := provider-rancher -PROJECT_REPO := github.com/crossplane/$(PROJECT_NAME) +PROJECT_REPO := github.com/dormullor/$(PROJECT_NAME) PLATFORMS ?= linux_amd64 linux_arm64 -include build/makelib/common.mk diff --git a/package/crossplane.yaml b/package/crossplane.yaml index ffea8d6..469e790 100644 --- a/package/crossplane.yaml +++ b/package/crossplane.yaml @@ -4,7 +4,7 @@ metadata: name: provider-rancher annotations: meta.crossplane.io/maintainer: Crossplane Maintainers - meta.crossplane.io/source: github.com/crossplane/provider-rancher + meta.crossplane.io/source: github.com/dormullor/provider-rancher meta.crossplane.io/license: Apache-2.0 meta.crossplane.io/description: | A rancher that can be used to create Crossplane providers.