summary refs log tree commit diff
path: root/pkgs/applications/audio/easytag/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/easytag/default.nix')
-rw-r--r--pkgs/applications/audio/easytag/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/easytag/default.nix b/pkgs/applications/audio/easytag/default.nix
index c6fb7c67d58..4c2b97e727f 100644
--- a/pkgs/applications/audio/easytag/default.nix
+++ b/pkgs/applications/audio/easytag/default.nix
@@ -35,7 +35,7 @@ in stdenv.mkDerivation rec {
     description = "View and edit tags for various audio files";
     homepage = https://wiki.gnome.org/Apps/EasyTAG;
     license = licenses.gpl2Plus;
-    maintainers = with maintainers; [ fuuzetsu ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.linux;
   };
 }