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:
parent
83aa6f5d7f
commit
c33f5ad65b
@ -59,6 +59,7 @@ buildPythonPackage {
|
|||||||
meta = {
|
meta = {
|
||||||
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;
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.protobuf = protobuf;
|
passthru.protobuf = protobuf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user