summary refs log tree commit diff
path: root/pkgs/servers/mpd
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2019-12-05 16:29:48 +0900
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2019-12-05 16:29:48 +0900
commit1451a52a38f2dda459647a5c2628e7c28e17c4dc (patch)
tree74c2739ee6d04435ac74cbc036c3ef44e541e2df /pkgs/servers/mpd
parent41284d338423f1063dcddee58646050d45689ddf (diff)
downloadnixpkgs-1451a52a38f2dda459647a5c2628e7c28e17c4dc.tar
nixpkgs-1451a52a38f2dda459647a5c2628e7c28e17c4dc.tar.gz
nixpkgs-1451a52a38f2dda459647a5c2628e7c28e17c4dc.tar.bz2
nixpkgs-1451a52a38f2dda459647a5c2628e7c28e17c4dc.tar.lz
nixpkgs-1451a52a38f2dda459647a5c2628e7c28e17c4dc.tar.xz
nixpkgs-1451a52a38f2dda459647a5c2628e7c28e17c4dc.tar.zst
nixpkgs-1451a52a38f2dda459647a5c2628e7c28e17c4dc.zip
Remove myself (fuuzetsu) from maintainer lists
I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
Diffstat (limited to 'pkgs/servers/mpd')
-rw-r--r--pkgs/servers/mpd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/mpd/default.nix b/pkgs/servers/mpd/default.nix
index c16a1f6659e..2364043c868 100644
--- a/pkgs/servers/mpd/default.nix
+++ b/pkgs/servers/mpd/default.nix
@@ -132,7 +132,7 @@ let
         description = "A flexible, powerful daemon for playing music";
         homepage    = http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki;
         license     = licenses.gpl2;
-        maintainers = with maintainers; [ astsmtl fuuzetsu ehmry fpletz tobim ];
+        maintainers = with maintainers; [ astsmtl ehmry fpletz tobim ];
         platforms   = platforms.unix;
 
         longDescription = ''