protobuf: add license metadata

https://github.com/protocolbuffers/protobuf/blob/master/LICENSE

GitHub doesn't identify it as BSD-3, but it is if you just look at the
license text.
This commit is contained in:
Ben Sima 2019-09-12 16:43:15 -07:00
parent 83aa6f5d7f
commit c33f5ad65b

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;