summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/channels.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/channels.scm b/guix/channels.scm
index f451402..e8b1c21 100644
--- a/guix/channels.scm
+++ b/guix/channels.scm
@@ -4,5 +4,5 @@
(url "https://gitlab.com/nonguix/nonguix"))
(channel
(name 'ekaitz)
- (url "https://gitlab.com/ekaitz-zarraga/guix-packages"))
+ (url "git://git.elenq.tech/guix-packages"))
%default-channels)