From c2b9ddaabef321c82163f063e7a6d0df502c2371 Mon Sep 17 00:00:00 2001 From: "dupont-y@univ-nantes.fr" Date: Fri, 3 Feb 2023 20:58:42 +0100 Subject: [PATCH] unquote. --- .guix-channel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.guix-channel b/.guix-channel index 96c171f..30758ea 100644 --- a/.guix-channel +++ b/.guix-channel @@ -2,6 +2,6 @@ (version 0) (dependencies (channel - (name 'guix-hpc-non-free) + (name guix-hpc-non-free) (url "https://gitlab.inria.fr/guix-hpc/guix-hpc-non-free.git")) ))