From 7cddde921877e2019b4b9968d445356134b082d6 Mon Sep 17 00:00:00 2001 From: Michael Hoang Date: Wed, 2 Nov 2022 09:15:31 +1100 Subject: spotify: remove `mudri` as a maintainer https://github.com/NixOS/nixpkgs/pull/195473#issuecomment-1299295473 --- pkgs/applications/audio/spotify/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/spotify/default.nix b/pkgs/applications/audio/spotify/default.nix index a1ad7b513dc..5e91707576d 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" ]; }; -- cgit 1.4.1