summary refs log tree commit diff
path: root/pkgs/development/tools/react-native-debugger/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/react-native-debugger/default.nix')
-rw-r--r--pkgs/development/tools/react-native-debugger/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/react-native-debugger/default.nix b/pkgs/development/tools/react-native-debugger/default.nix
index dfa31b30a7e..15c61da13c0 100644
--- a/pkgs/development/tools/react-native-debugger/default.nix
+++ b/pkgs/development/tools/react-native-debugger/default.nix
@@ -78,6 +78,6 @@ in stdenv.mkDerivation rec {
     homepage = https://github.com/jhen0409/react-native-debugger;
     license = licenses.mit;
     description = "The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools";
-    maintainers = with maintainers; [ ma27 ];
+    maintainers = with maintainers; [ ];
   };
 }