forked from mirrors/nixpkgs
Merge pull request #68621 from bsima/bsima/protobuf-license
protobuf: add license metadata
This commit is contained in:
commit
d7360620ef
|
@ -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 a new issue