Skip to content

Commit 3fc425d

Browse files
committed
musescore: add orivej to maintainers
1 parent 54722c8 commit 3fc425d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/applications/audio/musescore/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ in stdenv'.mkDerivation (finalAttrs: {
172172
description = "Music notation and composition software";
173173
homepage = "https://musescore.org/";
174174
license = licenses.gpl3Only;
175-
maintainers = with maintainers; [ vandenoever doronbehar ];
175+
maintainers = with maintainers; [ vandenoever doronbehar orivej ];
176176
mainProgram = "mscore";
177177
platforms = platforms.unix;
178178
};

0 commit comments

Comments
 (0)