diff --git a/info.proto b/info.proto index c9c1701..dd00b26 100644 --- a/info.proto +++ b/info.proto @@ -46,7 +46,7 @@ message InfoResponse { string version = 3; string description = 4; string description_long = 5; - repeated string contact = 6; + repeated Contact contact = 6; string motd = 7; map nuts = 8; }