about summary refs log tree commit diff
path: root/pkgs/applications/audio/mpc
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/mpc')
-rw-r--r--pkgs/applications/audio/mpc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/mpc/default.nix b/pkgs/applications/audio/mpc/default.nix
index 82f349216fe4..24ad2804f8ac 100644
--- a/pkgs/applications/audio/mpc/default.nix
+++ b/pkgs/applications/audio/mpc/default.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
     description = "A minimalist command line interface to MPD";
     homepage = "https://www.musicpd.org/clients/mpc/";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ algorith ];
+    maintainers = with maintainers; [ algorith ncfavier ];
     platforms = with platforms; linux ++ darwin;
   };
 }