mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-11 23:17:16 +00:00
protobuf: update meta
This commit is contained in:
parent
301b33cd74
commit
9e5fabaf13
@ -104,8 +104,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
its internal RPC protocols and file formats.
|
||||
'';
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.unix;
|
||||
homepage = "https://developers.google.com/protocol-buffers/";
|
||||
platforms = lib.platforms.all;
|
||||
homepage = "https://protobuf.dev/";
|
||||
maintainers = with lib.maintainers; [ jonringer ];
|
||||
mainProgram = "protoc";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user