diff --git a/pkgs/applications/audio/spotify/default.nix b/pkgs/applications/audio/spotify/default.nix index 2d91a9aad7faab3..a27e3800d1c6fa8 100644 --- a/pkgs/applications/audio/spotify/default.nix +++ b/pkgs/applications/audio/spotify/default.nix @@ -9,7 +9,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" ]; };