summary refs log tree commit diff
path: root/pkgs/applications/misc/vifm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/vifm/default.nix')
-rw-r--r--pkgs/applications/misc/vifm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/vifm/default.nix b/pkgs/applications/misc/vifm/default.nix
index b61864e026a..9696ebac98b 100644
--- a/pkgs/applications/misc/vifm/default.nix
+++ b/pkgs/applications/misc/vifm/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A vi-like file manager";
-    maintainers = with maintainers; [ raskin garbas ];
+    maintainers = with maintainers; [ raskin ];
     platforms = platforms.unix;
     license = licenses.gpl2;
     downloadPage = "https://vifm.info/downloads.shtml";