mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
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:
parent
ce8de01ca4
commit
6d32e7e824
1 changed files with 1 additions and 3 deletions
|
|
@ -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"; } ];
|
||||
};
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue