maintainers/maintainer-list: reformat example

The maintainer list got reformatted using nixfmt in #320651. This
changed the formatting of PGP fingerprints list. The commented example
retains the old formatting however, which has been fixed in this commit.
This commit is contained in:
Michaili K 2026-03-02 15:57:26 +01:00
parent ce8de01ca4
commit 6d32e7e824
No known key found for this signature in database
GPG key ID: 520B99D4DFEB8311

View file

@ -10,9 +10,7 @@
# Optional
email = "address@example.org";
matrix = "@user:example.org";
keys = [{
fingerprint = "AAAA BBBB CCCC DDDD EEEE FFFF 0000 1111 2222 3333";
}];
keys = [ { fingerprint = "AAAA BBBB CCCC DDDD EEEE FFFF 0000 1111 2222 3333"; } ];
};
```