spotify: remove mudri as a maintainer

https://github.com/NixOS/nixpkgs/pull/195473#issuecomment-1299295473
This commit is contained in:
Michael Hoang
2023-04-17 12:40:56 +09:00
parent d0e4b839a8
commit 7cddde9218
+1 -1
View File
@@ -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" ];
};