updated README

This commit is contained in:
Chad Nelson 2025-02-23 22:51:49 -07:00
parent 4351e1e25f
commit de0695a762

View file

@ -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"))
``` ```