From a08e2978d31d51eb4ff3029b221ee434cc7c27f3 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Tue, 13 Feb 2024 15:47:28 -0300 Subject: [PATCH] channel: Fix url --- .guix-channel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.guix-channel b/.guix-channel index ab05660..6b897d0 100644 --- a/.guix-channel +++ b/.guix-channel @@ -1,4 +1,4 @@ (channel (version 0) (directory "modules") - (url "https://codeberg.org/anemofilia/radix")) + (url "https://codeberg.org/anemofilia/radix.git"))