summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorAlex Griffin <a@ajgrf.com>2019-05-27 16:36:21 -0500
committerAlex Griffin <a@ajgrf.com>2019-05-27 16:36:21 -0500
commit6601cd23a7561a974cc6bc28e815a9f6bde20f90 (patch)
tree01e9f9358950ee877b8a161954244c4daa5d8b7c /README.org
parent21a8b9a998fb403fb9b1e175e60a440d9db0c07d (diff)
README.org: Change URL to reflect new repository home.
* README.org: Change URL to reflect new GitLab group for the repository.
Diffstat (limited to 'README.org')
-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=:
#+BEGIN_SRC scheme
(cons* (channel
(name 'nonguix)
- (url "https://gitlab.com/ajgrf/nonguix"))
+ (url "https://gitlab.com/nonguix/nonguix"))
%default-channels)
#+END_SRC