summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2022-11-02 09:15:31 +1100
committerMichael Hoang <enzime@users.noreply.github.com>2023-04-17 12:40:56 +0900
commit7cddde921877e2019b4b9968d445356134b082d6 (patch)
tree6fec6ae412c2f3261776b0b9b875279c54b9faea
parentd0e4b839a81d26339afe6677ec285f01fa9b0197 (diff)
downloadnixpkgs-7cddde921877e2019b4b9968d445356134b082d6.tar
nixpkgs-7cddde921877e2019b4b9968d445356134b082d6.tar.gz
nixpkgs-7cddde921877e2019b4b9968d445356134b082d6.tar.bz2
nixpkgs-7cddde921877e2019b4b9968d445356134b082d6.tar.lz
nixpkgs-7cddde921877e2019b4b9968d445356134b082d6.tar.xz
nixpkgs-7cddde921877e2019b4b9968d445356134b082d6.tar.zst
nixpkgs-7cddde921877e2019b4b9968d445356134b082d6.zip
spotify: remove `mudri` as a maintainer
https://github.com/NixOS/nixpkgs/pull/195473#issuecomment-1299295473
-rw-r--r--pkgs/applications/audio/spotify/default.nix2
1 files changed, 1 insertions, 1 deletions
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" ];
   };