From d9e3abd97ab6c9c7e791e4c8e4ee06578fbd9c5e Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 23 Jan 2024 14:11:32 +0100 Subject: url is not needed in the .guix-channel file --- .guix-channel | 3 +-- systems/izumi/channels.scm | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.guix-channel b/.guix-channel index a24359d..01e5bd4 100644 --- a/.guix-channel +++ b/.guix-channel @@ -1,3 +1,2 @@ ( channel - ( version 0 ) - ( url "https://git.marekpasnikowski.pl/git/channel.git" ) ) + ( version 0 ) ) diff --git a/systems/izumi/channels.scm b/systems/izumi/channels.scm index 059909b..6b54c9c 100644 --- a/systems/izumi/channels.scm +++ b/systems/izumi/channels.scm @@ -9,11 +9,11 @@ ( openpgp-fingerprint "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA" ) ) ) ) ( channel - ( name 'channel ) + ( name 'personal-channel ) ( branch "wip-channel" ) ( introduction ( make-channel-introduction - "c24ce7cb11e74da13d491f9de3c4b7040a069f43" + "f8ccfe8f3e5c8bafe06665cbd4b0c9301e1a64b6" ( openpgp-fingerprint "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F" ) ) ) ( url "https://git.marekpasnikowski.pl/git/channel.git" ) ) -- cgit v1.2.3