From 2b7ccc7b26d121e8078194eaa9cbcd9161ea8739 Mon Sep 17 00:00:00 2001 From: Yann Dupont Date: Fri, 25 Mar 2022 22:14:20 +0100 Subject: [PATCH] fix for compilation --- glicid/packages/golang.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 0e0f956..8abec19 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2908,4 +2908,4 @@ the operating system.") (home-page "https://gopkg.in/yaml.v3") (synopsis "YAML support for the Go language") (description "Package yaml implements YAML support for the Go language.") - (license unknown-license!))) + (license license:expat))) ;; FIXME YD - check license