maintainers/maintainer-list.nix: stop the real name policy

What is a "real name" anyway? Are we in the buisness of checking passports here?
This commit is contained in:
Jan Malakhovski 2018-10-02 15:17:38 +00:00
parent 45df055094
commit 5abdbbb8b7

View file

@ -2,7 +2,7 @@
handle = { handle = {
# Required # Required
name = "Real name"; name = "Your name";
email = "address@example.org"; email = "address@example.org";
# Optional # Optional
@ -12,7 +12,7 @@
where where
- `handle` is the handle you are going to use in nixpkgs expressions, - `handle` is the handle you are going to use in nixpkgs expressions,
- `name` is your real name, - `name` is your, preferably real, name,
- `email` is your maintainer email address, and - `email` is your maintainer email address, and
- `github` is your GitHub handle (as it appears in the URL of your profile page, `https://github.com/<userhandle>`). - `github` is your GitHub handle (as it appears in the URL of your profile page, `https://github.com/<userhandle>`).