List NCSA license properly
This commit is contained in:
parent
55cc5736a9
commit
f25709c48a
@ -215,6 +215,11 @@ rec {
|
|||||||
url = "http://research.microsoft.com/en-us/projects/pex/msr-la.txt";
|
url = "http://research.microsoft.com/en-us/projects/pex/msr-la.txt";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ncsa = spdx {
|
||||||
|
shortName = "NCSA";
|
||||||
|
fullName = "University of Illinois/NCSA Open Source License";
|
||||||
|
};
|
||||||
|
|
||||||
ofl = spdx {
|
ofl = spdx {
|
||||||
shortName = "OFL-1.1";
|
shortName = "OFL-1.1";
|
||||||
fullName = "SIL Open Font License 1.1";
|
fullName = "SIL Open Font License 1.1";
|
||||||
|
@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://github.com/kripken/emscripten;
|
homepage = https://github.com/kripken/emscripten;
|
||||||
description = "An LLVM-to-JavaScript Compiler";
|
description = "An LLVM-to-JavaScript Compiler";
|
||||||
maintainers = with maintainers; [ bosu ];
|
maintainers = with maintainers; [ bosu ];
|
||||||
license = "MIT and University of Illinois/NCSA Open Source License";
|
license = with licenses; ncsa;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user