python.pkgs.protobuf: Add myself as maintainer

This commit is contained in:
Josef Kemetmüller 2021-12-13 21:43:42 +01:00
parent e106e3e01a
commit fcbe3f1e37

View file

@ -52,6 +52,7 @@ buildPythonPackage {
description = "Protocol Buffers are Google's data interchange format";
homepage = "https://developers.google.com/protocol-buffers/";
license = licenses.bsd3;
maintainers = with maintainers; [ knedlsepp ];
};
passthru.protobuf = protobuf;