README.org: Change URL to reflect new repository home.

* README.org: Change URL to reflect new GitLab group for the repository.
This commit is contained in:
Alex Griffin 2019-05-27 16:36:21 -05:00
parent 21a8b9a998
commit 6601cd23a7

View file

@ -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