about summary refs log tree commit diff
path: root/pkgs/applications/audio/mpdevil
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 00:52:42 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:52:12 +0200
commit92531d8585288da313ecffd2a0b200e1576bb469 (patch)
tree6732cb69bf03375f1bf9a8293b78581d835cd5fb /pkgs/applications/audio/mpdevil
parent99466ee39ebc0696e7fa79f0eaddee71819892eb (diff)
maintainers: remove bloomvdomino
github account deleted
Diffstat (limited to 'pkgs/applications/audio/mpdevil')
-rw-r--r--pkgs/applications/audio/mpdevil/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/mpdevil/default.nix b/pkgs/applications/audio/mpdevil/default.nix
index 3676697f16e8b..f8fac7d14a9f5 100644
--- a/pkgs/applications/audio/mpdevil/default.nix
+++ b/pkgs/applications/audio/mpdevil/default.nix
@@ -48,6 +48,6 @@ python3Packages.buildPythonApplication rec {
     homepage = "https://github.com/SoongNoonien/mpdevil";
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ bloomvdomino ];
+    maintainers = with maintainers; [ ];
   };
 }