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:
parent
e106e3e01a
commit
fcbe3f1e37
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ buildPythonPackage {
|
||||||
description = "Protocol Buffers are Google's data interchange format";
|
description = "Protocol Buffers are Google's data interchange format";
|
||||||
homepage = "https://developers.google.com/protocol-buffers/";
|
homepage = "https://developers.google.com/protocol-buffers/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
maintainers = with maintainers; [ knedlsepp ];
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.protobuf = protobuf;
|
passthru.protobuf = protobuf;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue