summary refs log tree commit diff
path: root/pkgs/development/tools/watchman/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/watchman/default.nix')
-rw-r--r--pkgs/development/tools/watchman/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/watchman/default.nix b/pkgs/development/tools/watchman/default.nix
index 6bd12510c13..973a48a84bc 100644
--- a/pkgs/development/tools/watchman/default.nix
+++ b/pkgs/development/tools/watchman/default.nix
@@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Watches files and takes action when they change";
     homepage = "https://facebook.github.io/watchman";
-    maintainers = with maintainers; [ cstrahan kylesferrazza ];
+    maintainers = with maintainers; [ kylesferrazza ];
     platforms = platforms.unix;
     license = licenses.mit;
   };