mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
chez-srfi: change license to x11
found at https://github.com/fedeinthemix/chez-srfi/blob/master/srfi/LICENSE
This commit is contained in:
parent
d44938cf9f
commit
18f02dd2b2
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user