We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54722c8 commit 3fc425dCopy full SHA for 3fc425d
pkgs/applications/audio/musescore/default.nix
@@ -172,7 +172,7 @@ in stdenv'.mkDerivation (finalAttrs: {
172
description = "Music notation and composition software";
173
homepage = "https://musescore.org/";
174
license = licenses.gpl3Only;
175
- maintainers = with maintainers; [ vandenoever doronbehar ];
+ maintainers = with maintainers; [ vandenoever doronbehar orivej ];
176
mainProgram = "mscore";
177
platforms = platforms.unix;
178
};
0 commit comments