mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 09:58:09 +01:00
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:
parent
21a8b9a998
commit
6601cd23a7
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ To do so, add it to =~/.config/guix/channels.scm=:
|
||||||
#+BEGIN_SRC scheme
|
#+BEGIN_SRC scheme
|
||||||
(cons* (channel
|
(cons* (channel
|
||||||
(name 'nonguix)
|
(name 'nonguix)
|
||||||
(url "https://gitlab.com/ajgrf/nonguix"))
|
(url "https://gitlab.com/nonguix/nonguix"))
|
||||||
%default-channels)
|
%default-channels)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in a new issue