updated README
This commit is contained in:
parent
4351e1e25f
commit
de0695a762
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ If you don't already have one, create a file at ~/.config/guix/channels.scm and
|
|||
```
|
||||
(cons* (channel
|
||||
(name 'skg)
|
||||
(url "https://pagure.io/SuperKamiGuru/guix-packages.git")
|
||||
(url "https://forge.superkamiguru.org/SuperKamiGuru/guix-packages.git")
|
||||
(branch "main"))
|
||||
%default-channels)
|
||||
```
|
||||
|
@ -17,7 +17,7 @@ Otherwise if the file already exists, just add the following section to the list
|
|||
```
|
||||
(channel
|
||||
(name 'skg)
|
||||
(url "https://pagure.io/SuperKamiGuru/guix-packages.git")
|
||||
(url "https://forge.superkamiguru.org/SuperKamiGuru/guix-packages.git")
|
||||
(branch "main"))
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue