minor label changes

This commit is contained in:
Jeremy Kauffman 2019-04-19 15:57:39 -04:00 committed by Lex Berezhny
parent 10a5d98e9b
commit 0ca364efb5

View file

@ -34,8 +34,8 @@ message Stream {
message Channel {
bytes public_key = 1;
string contact_email = 2;
string homepage_url = 3;
string email = 2;
string website_url = 3;
Source cover = 4;
ClaimList featured = 5;
}