1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 14:58:09 +00:00

fix uppercase letters in GitHub/GitLab

This commit is contained in:
Pavol Rusnak 2016-07-04 16:58:57 +02:00
parent 40ca2c9210
commit 79e4d4d8c2
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -46,7 +46,7 @@ static const U2FWellKnown u2f_well_known[] = {
0xf4, 0x7c, 0x15, 0x55, 0x6c, 0x91, 0x79, 0x88,
0x80, 0x82, 0x8c, 0xc4, 0x07, 0xfd, 0xf7, 0x0a,
0xe8, 0x50, 0x11, 0x56, 0x94, 0x65, 0xa0, 0x75 },
"Github",
"GitHub",
&bmp_u2f_github
},
{
@ -82,7 +82,7 @@ static const U2FWellKnown u2f_well_known[] = {
0x72, 0x84, 0x0d, 0x2e, 0x59, 0x09, 0xf7, 0x2b,
0xa8, 0x2a, 0x2f, 0xe9, 0x3f, 0xaa, 0x62, 0x4f,
0x03, 0x39, 0x6b, 0x30, 0xe4, 0x94, 0xc8, 0x04 },
"Gitlab",
"GitLab",
&bmp_u2f_gitlab
}
};