about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/misc/thefuck
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/misc/thefuck')
-rw-r--r--nixpkgs/pkgs/tools/misc/thefuck/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/tools/misc/thefuck/default.nix b/nixpkgs/pkgs/tools/misc/thefuck/default.nix
index 8b9be06abb17..d7a90fa8891f 100644
--- a/nixpkgs/pkgs/tools/misc/thefuck/default.nix
+++ b/nixpkgs/pkgs/tools/misc/thefuck/default.nix
@@ -39,6 +39,6 @@ buildPythonApplication rec {
     homepage = "https://github.com/nvbn/thefuck";
     description = "Magnificent app which corrects your previous console command";
     license = licenses.mit;
-    maintainers = with maintainers; [ SuperSandro2000 ];
+    maintainers = with maintainers; [ ];
   };
 }