commit 6aaaa1230f199a2c566806c371321f87693bf231
parent b7896149828616a9f6ef00506217891f615809e5
Author: Vineet Kumar <git@vineetk.net>
Date: Tue, 19 May 2026 15:48:06 -0400
switch channels to use mirror
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/epistemia/channels.scm b/epistemia/channels.scm
@@ -1,9 +1,9 @@
(list (channel
(name 'epistemia)
- (url "https://codeberg.org/vin/guix-epistemia"))
+ (url "https://git.vineetk.net/guix-epistemia"))
(channel
(name 'nonguix)
- (url "https://codeberg.org/nonguix/nonguix-mirror")
+ (url "https://git.vineetk.net/nonguix")
(branch "master")
(commit
"5f2630e69fbbe9e79c350a67545f0fef7e93e223")
@@ -14,7 +14,7 @@
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
(channel
(name 'guix)
- (url "https://codeberg.org/guix/guix")
+ (url "https://git.vineetk.net/guix")
(branch "master")
(commit
"e0efaffe4b260e8a749fd2bbc92537ea78c4b19d")