maintainers: add note about underscore prefix for handles

wip/yesman
zowoq 4 years ago
parent 0052523a18
commit 17f765b67b
  1. 7
      maintainers/maintainer-list.nix

@ -26,6 +26,13 @@
`handle == github` is strongly preferred whenever `github` is an acceptable attribute name and is short and convenient.
If `github` begins with a numeral, `handle` should be prefixed with an underscore.
```nix
_1example = {
github = "1example";
};
```
Add PGP/GPG keys only if you actually use them to sign commits and/or mail.
To get the required PGP/GPG values for a key run

Loading…
Cancel
Save