mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
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 = {
|
||||
description = "Protocol Buffers are Google's data interchange format";
|
||||
homepage = https://developers.google.com/protocol-buffers/;
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
|
||||
passthru.protobuf = protobuf;
|
||||
|
Loading…
Reference in New Issue
Block a user