summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2022-08-22 17:46:01 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2022-08-22 17:46:01 +0200
commit0730cacc95c4260f7afa03305a96bd8d773012a2 (patch)
tree04f89ecd03c64a3e4056a06ded0f05d873aa5349
parent1cfd3a382a7c06f8f91833067323b9420b72a01f (diff)
Update channels to my server
-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)