0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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;