about summary refs log tree commit diff
path: root/pkgs/applications/audio/picard
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2024-02-09 11:39:43 +0000
committerEmery Hemingway <ehmry@posteo.net>2024-02-09 11:45:41 +0000
commit1a72ea772242923cc8d13b063ab1b224391dabf3 (patch)
tree6842e6127c0c637a5e19b7cfaa55567ead0bf0ca /pkgs/applications/audio/picard
parent3701258fe1080094f1aa98af233bd8266f118760 (diff)
ehmry: reduce maintainership
Diffstat (limited to 'pkgs/applications/audio/picard')
-rw-r--r--pkgs/applications/audio/picard/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/audio/picard/default.nix b/pkgs/applications/audio/picard/default.nix
index 46c7ba53ba050..6a269422664c1 100644
--- a/pkgs/applications/audio/picard/default.nix
+++ b/pkgs/applications/audio/picard/default.nix
@@ -77,7 +77,6 @@ pythonPackages.buildPythonApplication rec {
     homepage = "https://picard.musicbrainz.org";
     changelog = "https://picard.musicbrainz.org/changelog";
     description = "The official MusicBrainz tagger";
-    maintainers = with maintainers; [ ehmry ];
     license = licenses.gpl2Plus;
     platforms = platforms.all;
   };