Merge pull request #115882 from NixOS/musescore-darwin-remove-maintainer

musescore: remove darwin maintainer
This commit is contained in:
Dmitry Kalinkin 2021-03-10 23:39:55 -05:00 committed by GitHub
commit e641756799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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