chez-mit: change license to gpl3Plus

found in the source files headers
This commit is contained in:
jopejoe1
2024-03-20 20:49:33 +01:00
parent 178c7f61da
commit d44938cf9f
@@ -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;
};
}