diff --git a/pkgs/applications/audio/spotify/default.nix b/pkgs/applications/audio/spotify/default.nix index a1ad7b513dcc1f..5e91707576dd8c 100644 --- a/pkgs/applications/audio/spotify/default.nix +++ b/pkgs/applications/audio/spotify/default.nix @@ -8,7 +8,7 @@ let description = "Play music from the Spotify music service"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; - maintainers = with maintainers; [ eelco ftrvxmtrx sheenobu mudri timokau ma27 ]; + maintainers = with maintainers; [ eelco ftrvxmtrx sheenobu timokau ma27 ]; platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ]; };