about summary refs log tree commit diff
path: root/pkgs/applications/audio/musescore
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/musescore')
-rw-r--r--pkgs/applications/audio/musescore/darwin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/musescore/darwin.nix b/pkgs/applications/audio/musescore/darwin.nix
index 8cc876ab19e8..131417293207 100644
--- a/pkgs/applications/audio/musescore/darwin.nix
+++ b/pkgs/applications/audio/musescore/darwin.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
     homepage = "https://musescore.org/";
     license = licenses.gpl2;
     platforms = platforms.darwin;
-    maintainers = with maintainers; [ yurrriq ];
+    maintainers = [];
     repositories.git = "https://github.com/musescore/MuseScore";
   };
 }