about summary refs log tree commit diff
path: root/pkgs/applications/audio/soundsource/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/soundsource/default.nix')
-rw-r--r--pkgs/applications/audio/soundsource/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/soundsource/default.nix b/pkgs/applications/audio/soundsource/default.nix
index 8f2d743e03df1..cc7a5b3d7ce9f 100644
--- a/pkgs/applications/audio/soundsource/default.nix
+++ b/pkgs/applications/audio/soundsource/default.nix
@@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
     homepage = "https://rogueamoeba.com/soundsource";
     license = licenses.unfree;
     sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
-    maintainers = with maintainers; [ emilytrau Enzime ];
+    maintainers = with maintainers; [ emilytrau ];
     platforms = platforms.darwin;
   };
 })