From d012cff7c5548e84e719054d860764f0ef106a1b Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sun, 13 Nov 2022 15:51:20 +0100 Subject: [PATCH] Update repo URL --- README.md | 2 +- git_push.sh | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ec14f9..98d53a5 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ go get golang.org/x/net/context Put the package under your project folder and add the following in import: ```golang -import garage "git.deuxfleurs.fr/quentin/garage-admin-sdk-golang" +import garage "git.deuxfleurs.fr/garage-sdk/garage-admin-sdk-golang" ``` To use a proxy, set the environment variable `HTTP_PROXY`: diff --git a/git_push.sh b/git_push.sh index eac635f..d35919e 100644 --- a/git_push.sh +++ b/git_push.sh @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then fi if [ "$git_user_id" = "" ]; then - git_user_id="quentin" + git_user_id="garage-sdk" echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id" fi diff --git a/go.mod b/go.mod index 4472733..6e2e6c2 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.deuxfleurs.fr/quentin/garage-admin-sdk-golang +module git.deuxfleurs.fr/garage-sdk/garage-admin-sdk-golang go 1.13