From a7dcb8ed92a6f0ccfbced8422f916fd6d9b1c781 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 17 Aug 2024 18:44:59 -0300 Subject: Offload common server code to dedicated packages --- src/guix/channels.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/guix/channels.scm') diff --git a/src/guix/channels.scm b/src/guix/channels.scm index 16a9c7d..697eb4f 100644 --- a/src/guix/channels.scm +++ b/src/guix/channels.scm @@ -1,8 +1,8 @@ (append (list (channel - (name 'org-euandre) - (url "git://euandre.org/package-repository") + (name 'EuAndreh) + (url "git://euandre.org/packages") (branch "main") (introduction (make-channel-introduction -- cgit v1.2.3