diff --git a/README.md b/README.md index 06ffe93..06fe043 100644 --- a/README.md +++ b/README.md @@ -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")) ```