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