about summary refs log tree commit diff
diff options
context:
space:
mode:
authorjopejoe1 <johannes@joens.email>2024-03-14 22:44:59 +0100
committerjopejoe1 <johannes@joens.email>2024-03-20 20:49:33 +0100
commitd44938cf9fb5554ef3b83a953fb73ae773135760 (patch)
tree586387767e35099827df9442b15b45f0d5da1a2d
parent178c7f61da4e1271a00de5b41354ad5489293332 (diff)
downloadnixlib-d44938cf9fb5554ef3b83a953fb73ae773135760.tar
nixlib-d44938cf9fb5554ef3b83a953fb73ae773135760.tar.gz
nixlib-d44938cf9fb5554ef3b83a953fb73ae773135760.tar.bz2
nixlib-d44938cf9fb5554ef3b83a953fb73ae773135760.tar.lz
nixlib-d44938cf9fb5554ef3b83a953fb73ae773135760.tar.xz
nixlib-d44938cf9fb5554ef3b83a953fb73ae773135760.tar.zst
nixlib-d44938cf9fb5554ef3b83a953fb73ae773135760.zip
chez-mit: change license to gpl3Plus
found in the source files headers
-rw-r--r--pkgs/development/chez-modules/chez-mit/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };
 
 }