musescore: remove darwin maintainer

This commit is contained in:
Eric Bailey
2021-03-10 21:00:12 -06:00
committed by GitHub
parent eb505d00f2
commit 8aec956f96

View File

@@ -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";
};
}