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
|
(cons* (channel
|
||||||
(name 'skg)
|
(name 'skg)
|
||||||
(url "https://pagure.io/SuperKamiGuru/guix-packages.git")
|
(url "https://forge.superkamiguru.org/SuperKamiGuru/guix-packages.git")
|
||||||
(branch "main"))
|
(branch "main"))
|
||||||
%default-channels)
|
%default-channels)
|
||||||
```
|
```
|
||||||
|
@ -17,7 +17,7 @@ Otherwise if the file already exists, just add the following section to the list
|
||||||
```
|
```
|
||||||
(channel
|
(channel
|
||||||
(name 'skg)
|
(name 'skg)
|
||||||
(url "https://pagure.io/SuperKamiGuru/guix-packages.git")
|
(url "https://forge.superkamiguru.org/SuperKamiGuru/guix-packages.git")
|
||||||
(branch "main"))
|
(branch "main"))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue