List NCSA license properly

This commit is contained in:
Michael Raskin
2014-08-29 01:14:10 +04:00
parent 55cc5736a9
commit f25709c48a
2 changed files with 6 additions and 1 deletions

View File

@@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/kripken/emscripten;
description = "An LLVM-to-JavaScript Compiler";
maintainers = with maintainers; [ bosu ];
license = "MIT and University of Illinois/NCSA Open Source License";
license = with licenses; ncsa;
};
}