mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 02:46:28 +00:00
minuet: Add myself as a maintainer
This commit is contained in:
parent
5ab9f63c6c
commit
3f2e5f723e
|
@ -9,7 +9,7 @@ mkDerivation {
|
|||
name = "minuet";
|
||||
meta = with lib; {
|
||||
license = with licenses; [ lgpl21 gpl3 ];
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
maintainers = with maintainers; [ peterhoeg HaoZeke ];
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python qtdeclarative ];
|
||||
|
|
Loading…
Reference in a new issue