diff options
| author | Vineet Kumar <git@vineetk.net> | 2026-05-19 15:48:06 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-05-19 15:48:26 -0400 |
| commit | 6aaaa1230f199a2c566806c371321f87693bf231 (patch) | |
| tree | e9cc2778136cb1295d24235aa7b3d22ef0a4d0dd | |
| parent | b7896149828616a9f6ef00506217891f615809e5 (diff) | |
switch channels to use mirror
| -rw-r--r-- | epistemia/channels.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/epistemia/channels.scm b/epistemia/channels.scm index 228360b..b86a34a 100644 --- a/epistemia/channels.scm +++ b/epistemia/channels.scm | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | (list (channel | 1 | (list (channel |
| 2 | (name 'epistemia) | 2 | (name 'epistemia) |
| 3 | (url "https://codeberg.org/vin/guix-epistemia")) | 3 | (url "https://git.vineetk.net/guix-epistemia")) |
| 4 | (channel | 4 | (channel |
| 5 | (name 'nonguix) | 5 | (name 'nonguix) |
| 6 | (url "https://codeberg.org/nonguix/nonguix-mirror") | 6 | (url "https://git.vineetk.net/nonguix") |
| 7 | (branch "master") | 7 | (branch "master") |
| 8 | (commit | 8 | (commit |
| 9 | "5f2630e69fbbe9e79c350a67545f0fef7e93e223") | 9 | "5f2630e69fbbe9e79c350a67545f0fef7e93e223") |
| @@ -14,7 +14,7 @@ | |||
| 14 | "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))) | 14 | "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))) |
| 15 | (channel | 15 | (channel |
| 16 | (name 'guix) | 16 | (name 'guix) |
| 17 | (url "https://codeberg.org/guix/guix") | 17 | (url "https://git.vineetk.net/guix") |
| 18 | (branch "master") | 18 | (branch "master") |
| 19 | (commit | 19 | (commit |
| 20 | "e0efaffe4b260e8a749fd2bbc92537ea78c4b19d") | 20 | "e0efaffe4b260e8a749fd2bbc92537ea78c4b19d") |
