Commit 3fc425d7 authored by Orivej Desh's avatar Orivej Desh
Browse files

musescore: add orivej to maintainers

parent 54722c82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ in stdenv'.mkDerivation (finalAttrs: {
    description = "Music notation and composition software";
    homepage = "https://musescore.org/";
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ vandenoever doronbehar ];
    maintainers = with maintainers; [ vandenoever doronbehar orivej ];
    mainProgram = "mscore";
    platforms = platforms.unix;
  };