about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/racer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/rust/racer/default.nix')
-rw-r--r--pkgs/development/tools/rust/racer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/rust/racer/default.nix b/pkgs/development/tools/rust/racer/default.nix
index b1ab9253fd8b3..b2f6701be8769 100644
--- a/pkgs/development/tools/rust/racer/default.nix
+++ b/pkgs/development/tools/rust/racer/default.nix
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
     description = "A utility intended to provide Rust code completion for editors and IDEs";
     homepage = https://github.com/racer-rust/racer;
     license = licenses.mit;
-    maintainers = with maintainers; [ jagajaga globin ];
+    maintainers = with maintainers; [ jagajaga ];
     platforms = platforms.all;
   };
 }