diff options
author | Mira Ressel | 2025-05-04 19:36:21 +0200 |
---|---|---|
committer | Mira Ressel | 2025-05-04 19:36:21 +0200 |
commit | fd9bb41de5f9f0027120298dfec23b8d9747fcc2 (patch) | |
tree | d490a59d1f1e1b084498edb80b6e6e60a2a9a275 | |
parent | 2e23053c8ef76416553973cc227ac976a9765128 (diff) |
fetch lix repos via https rather than ssh
-rw-r--r-- | npins/sources.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npins/sources.json b/npins/sources.json index 90b8f78..1a7f549 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -109,7 +109,7 @@ "type": "Git", "repository": { "type": "Git", - "url": "git+ssh://git@git.lix.systems/lix-project/lix" + "url": "https://git.lix.systems/lix-project/lix.git" }, "branch": "main", "revision": "dad17a54f7cf2bae24274dc2b9a535c1938e6eb0", @@ -120,7 +120,7 @@ "type": "Git", "repository": { "type": "Git", - "url": "git+ssh://git@git.lix.systems/lix-project/nixos-module" + "url": "https://git.lix.systems/lix-project/nixos-module.git" }, "branch": "main", "revision": "fa69ae26cc32dda178117b46487c2165c0e08316", |