about summary refs log tree commit diff
path: root/pkgs/applications/file-managers/mucommander
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 00:49:35 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:52:12 +0200
commita0718341e60829bee5c41e51796f4786bc98df81 (patch)
tree8998dc0eac7c8e62fe4b5017ca6403a8012e7a36 /pkgs/applications/file-managers/mucommander
parent026ffc38bd134294ed01ffaa5fb7b6cfabe04371 (diff)
maintainers: remove volth
github account deleted
Diffstat (limited to 'pkgs/applications/file-managers/mucommander')
-rw-r--r--pkgs/applications/file-managers/mucommander/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/file-managers/mucommander/default.nix b/pkgs/applications/file-managers/mucommander/default.nix
index 681e2d3eb4e69..a91bb273f3e68 100644
--- a/pkgs/applications/file-managers/mucommander/default.nix
+++ b/pkgs/applications/file-managers/mucommander/default.nix
@@ -80,7 +80,7 @@ in stdenv.mkDerivation {
     homepage = "http://www.mucommander.com/";
     description = "Cross-platform file manager";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ volth ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.all;
   };
 }