buf: remove raboof as maintainer

I don't currently use protobuf as heavily, and there are two
other maintainers listed.
This commit is contained in:
Arnout Engelen 2022-11-10 12:55:21 +01:00
parent 667e5581d1
commit 054bdf8e9b
No known key found for this signature in database
GPG Key ID: 061107B0F74A6DAA

View File

@ -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 ];
};
}