From d44938cf9fb5554ef3b83a953fb73ae773135760 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 14 Mar 2024 22:44:59 +0100 Subject: [PATCH] chez-mit: change license to gpl3Plus found in the source files headers --- pkgs/development/chez-modules/chez-mit/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/chez-modules/chez-mit/default.nix b/pkgs/development/chez-modules/chez-mit/default.nix index 10407598fb96..677e7fc99194 100644 --- a/pkgs/development/chez-modules/chez-mit/default.nix +++ b/pkgs/development/chez-modules/chez-mit/default.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { description = "This is a MIT/GNU Scheme compatibility library for Chez Scheme"; homepage = "https://github.com/fedeinthemix/chez-mit/"; maintainers = [ maintainers.jitwit ]; - license = licenses.free; + license = licenses.gpl3Plus; }; }