From a228f0fe70b280da70f4fedde71f2dd484b1c8c1 Mon Sep 17 00:00:00 2001 From: anemofilia Date: Mon, 4 Sep 2023 10:02:31 -0300 Subject: [PATCH] chore: change channel names in home-channels-service to shorter ones --- radio.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/radio.scm b/radio.scm index 667f2db..092afe4 100644 --- a/radio.scm +++ b/radio.scm @@ -185,7 +185,7 @@ home-channels-service-type (list (channel (name 'radix) - (url "https://codeberg.org/anemofilia/radix.git") + (url "https://codeberg.org/anemofilia/radix") (branch "main") (introduction (make-channel-introduction @@ -194,7 +194,7 @@ (format #f "99D0 38B0 CC2F 7356 34D0 ~ 82F3 5A8F 3D62 C87A 2B33"))))) (channel - (name 'dwl-guile) + (name 'dwl) (url (format #f "https://github.com~ /engstrand-config~ /home-service-dwl-guile")) @@ -206,7 +206,7 @@ (format #f "C9BE B8A0 4458 FDDF 1268 ~ 1B39 029D 8EB7 7E18 D68C"))))) (channel - (name 'dtao-guile) + (name 'dtao) (url (format #f "https://github.com~ /engstrand-config~ /home-service-dtao-guile"))