From 913b94f06ab7e8aba33f65617ed017bfa97dfe42 Mon Sep 17 00:00:00 2001 From: Austreelis Date: Wed, 3 Sep 2025 14:23:19 +0000 Subject: [PATCH] Fix: permission denied when fetching repo via npins (#17) people were denied permission to clone aux repos to their store when building from source if they didn't have an account with a correct local ssh setup. Co-authored-by: austreelis Reviewed-on: https://git.auxolotl.org/auxolotl/labs/pulls/17 Co-authored-by: Austreelis Co-committed-by: Austreelis --- tidepool/npins/sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tidepool/npins/sources.json b/tidepool/npins/sources.json index 9185dd6..f75850d 100644 --- a/tidepool/npins/sources.json +++ b/tidepool/npins/sources.json @@ -4,7 +4,7 @@ "type": "Git", "repository": { "type": "Git", - "url": "git+ssh://forgejo@git.auxolotl.org/auxolotl/foundation.git" + "url": "https://git.auxolotl.org/auxolotl/foundation.git" }, "branch": "main", "submodules": false, @@ -16,7 +16,7 @@ "type": "Git", "repository": { "type": "Git", - "url": "git+ssh://forgejo@git.auxolotl.org/auxolotl/lib.git" + "url": "https://git.auxolotl.org/auxolotl/lib.git" }, "branch": "main", "submodules": false,