Merge pull request #200520 from raboof/buf-remove-maintainer-raboof

buf: remove raboof as maintainer
This commit is contained in:
Bobby Rong 2022-11-10 21:28:44 +08:00 committed by GitHub
commit 433cb7b6c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,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 ];
};
}