summary refs log tree commit diff
path: root/pkgs/applications/audio/qpwgraph
diff options
context:
space:
mode:
authorReno Reckling <exi@wthack.de>2022-04-17 19:40:22 +0200
committerReno Reckling <exi@wthack.de>2022-04-17 19:40:22 +0200
commit9ca25256765a992cea8120f0e020854cb83197c8 (patch)
tree5f8de2cc46441aae85dbf99f74b777f586cb4ac4 /pkgs/applications/audio/qpwgraph
parent2acbc3d8525706135513397ca139b8290a90f5ad (diff)
Add exi as maintainer for qpwgraph
It might be that the current maintainer is in a war.
Diffstat (limited to 'pkgs/applications/audio/qpwgraph')
-rw-r--r--pkgs/applications/audio/qpwgraph/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/qpwgraph/default.nix b/pkgs/applications/audio/qpwgraph/default.nix
index 9d5c3dead037b..e415798b46049 100644
--- a/pkgs/applications/audio/qpwgraph/default.nix
+++ b/pkgs/applications/audio/qpwgraph/default.nix
@@ -29,6 +29,6 @@ mkDerivation rec {
     homepage = "https://gitlab.freedesktop.org/rncbc/qpwgraph";
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ kanashimia ];
+    maintainers = with maintainers; [ kanashimia exi ];
   };
 }