about summary refs log tree commit diff
path: root/pkgs/applications/audio/musescore/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/musescore/default.nix')
-rw-r--r--pkgs/applications/audio/musescore/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/musescore/default.nix b/pkgs/applications/audio/musescore/default.nix
index bd4b2db380a3f..063a05a72f3a8 100644
--- a/pkgs/applications/audio/musescore/default.nix
+++ b/pkgs/applications/audio/musescore/default.nix
@@ -33,7 +33,7 @@ mkDerivation rec {
     description = "Music notation and composition software";
     homepage = "https://musescore.org/";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ vandenoever ];
+    maintainers = with maintainers; [ vandenoever turion ];
     platforms = platforms.linux;
     repositories.git = "https://github.com/musescore/MuseScore";
   };