summary refs log tree commit diff
path: root/pkgs/tools/audio/pa-applet/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/audio/pa-applet/default.nix')
-rw-r--r--pkgs/tools/audio/pa-applet/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/audio/pa-applet/default.nix b/pkgs/tools/audio/pa-applet/default.nix
index b0dfda6bfc7..7dedb27443b 100644
--- a/pkgs/tools/audio/pa-applet/default.nix
+++ b/pkgs/tools/audio/pa-applet/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ iElectric ];
+    maintainers = with maintainers; [ domenkozar ];
     platforms = platforms.linux;
   };
 }