From de0695a7622a6e19c6109104a40ca86b968a1103 Mon Sep 17 00:00:00 2001 From: Chad Nelson Date: Sun, 23 Feb 2025 22:51:49 -0700 Subject: [PATCH] updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")) ```