summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 49f3dff..afcdede 100644
--- a/README.org
+++ b/README.org
@@ -20,6 +20,6 @@ To do so, add it to =~/.config/guix/channels.scm=:
20#+BEGIN_SRC scheme 20#+BEGIN_SRC scheme
21 (cons* (channel 21 (cons* (channel
22 (name 'nonguix) 22 (name 'nonguix)
23 (url "https://gitlab.com/ajgrf/nonguix")) 23 (url "https://gitlab.com/nonguix/nonguix"))
24 %default-channels) 24 %default-channels)
25#+END_SRC 25#+END_SRC