cmake: add bsd3 license
This commit is contained in:
parent
4a5cbdf5ea
commit
e62996f65c
2 changed files with 2 additions and 0 deletions
|
@ -84,5 +84,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Cross-Platform Makefile Generator";
|
||||
platforms = if useQt4 then qt4.meta.platforms else stdenv.lib.platforms.unix;
|
||||
maintainers = with stdenv.lib.maintainers; [ ];
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -126,5 +126,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Cross-Platform Makefile Generator";
|
||||
platforms = if useQt4 then qt4.meta.platforms else platforms.all;
|
||||
maintainers = with maintainers; [ ttuegel lnl7 ];
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue