about summary refs log tree commit diff
path: root/pkgs/development/tools/prototool/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/prototool/default.nix')
-rw-r--r--pkgs/development/tools/prototool/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/prototool/default.nix b/pkgs/development/tools/prototool/default.nix
index d47676fd6fa28..c65dad2bb717f 100644
--- a/pkgs/development/tools/prototool/default.nix
+++ b/pkgs/development/tools/prototool/default.nix
@@ -29,7 +29,7 @@ buildGoModule rec {
     homepage = "https://github.com/uber/prototool";
     description = "Your Swiss Army Knife for Protocol Buffers";
     mainProgram = "prototool";
-    maintainers = [ maintainers.marsam ];
+    maintainers = [ ];
     license = licenses.mit;
   };
 }