From 18f02dd2b2f57b366cd1e78179057ebc51ee2c79 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 14 Mar 2024 22:48:21 +0100 Subject: [PATCH] chez-srfi: change license to x11 found at https://github.com/fedeinthemix/chez-srfi/blob/master/srfi/LICENSE --- pkgs/development/chez-modules/chez-srfi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/chez-modules/chez-srfi/default.nix b/pkgs/development/chez-modules/chez-srfi/default.nix index 1780a1356c5c..d821e6d01556 100644 --- a/pkgs/development/chez-modules/chez-srfi/default.nix +++ b/pkgs/development/chez-modules/chez-srfi/default.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation { description = "This package provides a collection of SRFI libraries for Chez Scheme"; homepage = "https://github.com/fedeinthemix/chez-srfi/"; maintainers = [ maintainers.jitwit ]; - license = licenses.free; + license = licenses.x11; }; }