mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #44345 from NixOS/opencollada-license
opencollada: add license
This commit is contained in:
commit
216633e8bd
1 changed files with 1 additions and 0 deletions
|
@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://github.com/KhronosGroup/OpenCOLLADA/;
|
||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue