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 <git@swhaele.net> Reviewed-on: #17 Co-authored-by: Austreelis <austreelis@noreply.git.auxolotl.org> Co-committed-by: Austreelis <austreelis@noreply.git.auxolotl.org>
This commit is contained in:
parent
2c19b9ff12
commit
913b94f06a
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue