about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/reviewdog
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-04-24 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-04-24 04:20:00 +0000
commit2becf6e837c767dd7dd50a84f761943855be16ee (patch)
tree83ecb3c26dcfd6cea48d8086ff6f6d541f828bf7 /pkgs/development/tools/misc/reviewdog
parent6b78a949091c51385c46c7e8e7ce9293b5098fc8 (diff)
maintainers: drop marsam
Diffstat (limited to 'pkgs/development/tools/misc/reviewdog')
-rw-r--r--pkgs/development/tools/misc/reviewdog/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/reviewdog/default.nix b/pkgs/development/tools/misc/reviewdog/default.nix
index 6f6d2c11c4158..f01efc21d64b3 100644
--- a/pkgs/development/tools/misc/reviewdog/default.nix
+++ b/pkgs/development/tools/misc/reviewdog/default.nix
@@ -24,7 +24,7 @@ buildGoModule rec {
     mainProgram = "reviewdog";
     homepage = "https://github.com/reviewdog/reviewdog";
     changelog = "https://github.com/reviewdog/reviewdog/blob/v${version}/CHANGELOG.md";
-    maintainers = [ maintainers.marsam ];
+    maintainers = [ ];
     license = licenses.mit;
   };
 }