chez-srfi: change license to x11

found at https://github.com/fedeinthemix/chez-srfi/blob/master/srfi/LICENSE
This commit is contained in:
jopejoe1 2024-03-14 22:48:21 +01:00
parent d44938cf9f
commit 18f02dd2b2

View File

@ -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;
};
}