From 97baab426bd00a3f8487eb53c39877990d8f093f Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Fri, 26 Jan 2024 12:21:27 +0100 Subject: Update the channels.scm file This commit points the personal channel declaration to "channel" branch of the repository and sets the url to the actual web server. --- systems/izumi/channels.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'systems') diff --git a/systems/izumi/channels.scm b/systems/izumi/channels.scm index 7f9d318..290e2a6 100644 --- a/systems/izumi/channels.scm +++ b/systems/izumi/channels.scm @@ -11,11 +11,11 @@ ( name 'guix ) ( url "https://git.savannah.gnu.org/git/guix.git" ) ) ( channel - ( branch "wip-channel-2" ) + ( branch "channel" ) ( introduction ( make-channel-introduction "c24ce7cb11e74da13d491f9de3c4b7040a069f43" ( openpgp-fingerprint "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F" ) ) ) ( name 'channel ) - ( url "file:///home/marek/src/channel" ) ) ) + ( url "https://git.marekpasnikowski.pl/git/channel.git" ) ) ) -- cgit v1.2.3