Skip to content

Commit

Permalink
minuet: Add myself as a maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Jan 4, 2019
1 parent 5ab9f63 commit 3f2e5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/kde/minuet.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 3f2e5f7

Please sign in to comment.