From 054bdf8e9be816529481e2fe8481c87987343932 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Thu, 10 Nov 2022 12:55:21 +0100 Subject: buf: remove raboof as maintainer I don't currently use protobuf as heavily, and there are two other maintainers listed. --- pkgs/development/tools/buf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/tools/buf/default.nix') diff --git a/pkgs/development/tools/buf/default.nix b/pkgs/development/tools/buf/default.nix index 5d5e4084085..67c58a5ae5d 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 ]; }; } -- cgit 1.4.1