summary refs log tree commit diff
path: root/pkgs/applications/audio/id3v2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/id3v2/default.nix')
-rw-r--r--pkgs/applications/audio/id3v2/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/audio/id3v2/default.nix b/pkgs/applications/audio/id3v2/default.nix
index 6653526c6e2..d2720fcace6 100644
--- a/pkgs/applications/audio/id3v2/default.nix
+++ b/pkgs/applications/audio/id3v2/default.nix
@@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
     description = "A command line editor for id3v2 tags";
     homepage = http://id3v2.sourceforge.net/;
     license = licenses.gpl2Plus;
-    maintainers = with maintainers; [ nckx ];
     platforms = with platforms; unix;
   };
 }