about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorArnout Engelen <arnout@bzzt.net>2022-11-10 12:55:21 +0100
committerArnout Engelen <arnout@bzzt.net>2022-11-10 12:55:21 +0100
commit054bdf8e9be816529481e2fe8481c87987343932 (patch)
tree7b8097fd04ac78c49bddbfda6054b514e4d4f21b /pkgs/development
parent667e5581d16745bcda791300ae7e2d73f49fff25 (diff)
buf: remove raboof as maintainer
I don't currently use protobuf as heavily, and there are two
other maintainers listed.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/buf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/buf/default.nix b/pkgs/development/tools/buf/default.nix
index 5d5e4084085da..67c58a5ae5d4b 100644
--- a/pkgs/development/tools/buf/default.nix
+++ b/pkgs/development/tools/buf/default.nix
@@ -73,6 +73,6 @@ buildGoModule rec {
     changelog = "https://github.com/bufbuild/buf/releases/tag/v${version}";
     description = "Create consistent Protobuf APIs that preserve compatibility and comply with design best-practices";
     license = licenses.asl20;
-    maintainers = with maintainers; [ raboof jk lrewega ];
+    maintainers = with maintainers; [ jk lrewega ];
   };
 }