orc: add missing license (bsd3)
This commit is contained in:
parent
094ffb2b08
commit
8e023d078c
|
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
description = "The Oil Runtime Compiler";
|
||||
homepage = "http://code.entropywave.com/orc/";
|
||||
license = stdenv.lib.license.bsd3;
|
||||
platform = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue