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
commit d7360620ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;