mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #68621 from bsima/bsima/protobuf-license
protobuf: add license metadata
This commit is contained in:
commit
d7360620ef
1 changed files with 1 additions and 0 deletions
|
@ -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