Merge pull request #68621 from bsima/bsima/protobuf-license

protobuf: add license metadata
This commit is contained in:
Mario Rodas
2019-09-13 06:16:43 -05:00
committed by GitHub

View File

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