Merge branch 'master' into 'master'

Julien LepillerWed Aug 14 17:53:30+0200 2019

4c01d94

Merge branch 'master' into 'master' Adjust README.md See merge request tyreunom/guix-home-manager!1

README.md

2020
2121
This is a Guix channel. You will first need to install
2222
[Guix](https://www.gnu.org/software/guix/download/) itself. Then, simply create
23-
a new `~/.config/guix/guix/channels.scm` file with this content:
23+
a new `~/.config/guix/channels.scm` file with this content:
2424
2525
```scheme
2626
(cons* (channel
2727
        (name 'guix-home-manager)
28-
        (url "https://framagit.org/tyreunom/guix-home-manager.git")
28+
        (url "https://framagit.org/tyreunom/guix-home-manager.git"))
2929
       %default-channels)
3030
```
3131