Skip to content

Commit 3f7bf88

Browse files
authored
keyring: remove spaces from fingerprints
to match how gnupg ouputs them
1 parent b6eacb3 commit 3f7bf88

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

web/dev/keyring.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77

88
| Master Key | Full Fingerprint | Owner |
99
|--------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|-------------------------------------------------|
10-
| [0xF40D263ECA25678A](https://keyserver.ubuntu.com/pks/lookup?op=vindex&fingerprint=on&search=0xF40D263ECA25678A) | `D55E 7A6D 7CE9 BA15 87C0 ACAC F40D 263E CA25 678A` | [alexpux](https://github.com/Alexpux) |
11-
| [0x9F418C233E652008](https://keyserver.ubuntu.com/pks/lookup?op=vindex&fingerprint=on&search=0x9F418C233E652008) | `B91B CF33 0328 4BF9 0CC0 43CA 9F41 8C23 3E65 2008` | [nacho](https://github.com/nacho) |
12-
| [0xDA7EF2ABAEEA755C](https://keyserver.ubuntu.com/pks/lookup?op=vindex&fingerprint=on&search=0xDA7EF2ABAEEA755C) | `9DD0 D421 7D75 A33B 8961 59E6 DA7E F2AB AEEA 755C` | [martell](https://github.com/martell) |
13-
| [0x790AE56A1D3CFDDC](https://keyserver.ubuntu.com/pks/lookup?op=vindex&fingerprint=on&search=0x790AE56A1D3CFDDC) | `6E8F EAFF 9644 F54E ED90 EEA0 790A E56A 1D3C FDDC` | [elieux](https://github.com/elieux) |
14-
| [0x755B8182ACD22879](https://keyserver.ubuntu.com/pks/lookup?op=vindex&fingerprint=on&search=0x755B8182ACD22879) | `6998 5C5E B351 011C 78DF 7F6D 755B 8182 ACD2 2879` | [lazka](https://github.com/lazka) |
10+
| [0xF40D263ECA25678A](https://keyserver.ubuntu.com/pks/lookup?op=vindex&fingerprint=on&search=0xF40D263ECA25678A) | `D55E7A6D7CE9BA1587C0ACACF40D263ECA25678A` | [alexpux](https://github.com/Alexpux) |
11+
| [0x9F418C233E652008](https://keyserver.ubuntu.com/pks/lookup?op=vindex&fingerprint=on&search=0x9F418C233E652008) | `B91BCF3303284BF90CC043CA9F418C233E652008` | [nacho](https://github.com/nacho) |
12+
| [0xDA7EF2ABAEEA755C](https://keyserver.ubuntu.com/pks/lookup?op=vindex&fingerprint=on&search=0xDA7EF2ABAEEA755C) | `9DD0D4217D75A33B896159E6DA7EF2ABAEEA755C` | [martell](https://github.com/martell) |
13+
| [0x790AE56A1D3CFDDC](https://keyserver.ubuntu.com/pks/lookup?op=vindex&fingerprint=on&search=0x790AE56A1D3CFDDC) | `6E8FEAFF9644F54EED90EEA0790AE56A1D3CFDDC` | [elieux](https://github.com/elieux) |
14+
| [0x755B8182ACD22879](https://keyserver.ubuntu.com/pks/lookup?op=vindex&fingerprint=on&search=0x755B8182ACD22879) | `69985C5EB351011C78DF7F6D755B8182ACD22879` | [lazka](https://github.com/lazka) |
1515

1616
### Developer Keys
1717

1818
Each of these keys is signed by at least three master keys.
1919

2020
| Developer Key | Full Fingerprint | Owner |
2121
|--------------------------------------------------------------------------------------------------------------------|------------------------------------------|-------------------------------------------------|
22-
| [0x5F92EFC1A47D45A1](https://keyserver.ubuntu.com/pks/lookup?op=vindex&fingerprint=on&search=0x5F92EFC1A47D45A1) | `AD35 1C50 AE08 5775 EB59 333B 5F92 EFC1 A47D 45A1` | [alexpux](https://github.com/Alexpux) |
23-
| [0x974C8BE49078F532](https://keyserver.ubuntu.com/pks/lookup?op=vindex&fingerprint=on&search=0x974C8BE49078F532) | `8777 1331 B3F1 FF52 6385 6A6D 974C 8BE4 9078 F532` | [elieux](https://github.com/elieux) |
24-
| [0xFA11531AA0AA7F57](https://keyserver.ubuntu.com/pks/lookup?op=vindex&fingerprint=on&search=0xFA11531AA0AA7F57) | `5F94 4B02 7F7F E209 1985 AA2E FA11 531A A0AA 7F57` | [lazka](https://github.com/lazka) |
22+
| [0x5F92EFC1A47D45A1](https://keyserver.ubuntu.com/pks/lookup?op=vindex&fingerprint=on&search=0x5F92EFC1A47D45A1) | `AD351C50AE085775EB59333B5F92EFC1A47D45A1` | [alexpux](https://github.com/Alexpux) |
23+
| [0x974C8BE49078F532](https://keyserver.ubuntu.com/pks/lookup?op=vindex&fingerprint=on&search=0x974C8BE49078F532) | `87771331B3F1FF5263856A6D974C8BE49078F532` | [elieux](https://github.com/elieux) |
24+
| [0xFA11531AA0AA7F57](https://keyserver.ubuntu.com/pks/lookup?op=vindex&fingerprint=on&search=0xFA11531AA0AA7F57) | `5F944B027F7FE2091985AA2EFA11531AA0AA7F57` | [lazka](https://github.com/lazka) |
2525

2626
### Master Key Signatures
2727

0 commit comments

Comments
 (0)