about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-27 00:17:18 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-27 00:18:07 +0100
commit6d111b353f9fd0f4a504988a3da57ee42808c201 (patch)
treef16adda9383c5e165305d28109c6b4811383c7df /lib
parent7feaf55b7ed457b9fbeacd276e6d6777141060a7 (diff)
downloadnixlib-6d111b353f9fd0f4a504988a3da57ee42808c201.tar
nixlib-6d111b353f9fd0f4a504988a3da57ee42808c201.tar.gz
nixlib-6d111b353f9fd0f4a504988a3da57ee42808c201.tar.bz2
nixlib-6d111b353f9fd0f4a504988a3da57ee42808c201.tar.lz
nixlib-6d111b353f9fd0f4a504988a3da57ee42808c201.tar.xz
nixlib-6d111b353f9fd0f4a504988a3da57ee42808c201.tar.zst
nixlib-6d111b353f9fd0f4a504988a3da57ee42808c201.zip
Make explicit that maintainers should use a real name
Diffstat (limited to 'lib')
-rw-r--r--lib/maintainers.nix13
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/maintainers.nix b/lib/maintainers.nix
index a512b48c54db..3d9fc00ea55d 100644
--- a/lib/maintainers.nix
+++ b/lib/maintainers.nix
@@ -1,12 +1,11 @@
-/* -*- coding: utf-8; -*- */
+/* List of NixOS maintainers. The format is:
 
-{
-  /* Add your name and email address here.
-     Keep the list alphabetically sorted.
-     Prefer the same attrname as your github username, please,
-     so it's easy to ping a package @maintainer.
-  */
+    handle = "Real Name <address@example.org>";
 
+  where <handle> is preferred to be your GitHub username (so it's easy
+  to ping a package @<handle>), and <Real Name> is your real name, not
+  a pseudonym. Please keep the list alphabetically sorted. */
+{
   a1russell = "Adam Russell <adamlr6+pub@gmail.com>";
   aaronschif = "Aaron Schif <aaronschif@gmail.com>";
   abaldeau = "Andreas Baldeau <andreas@baldeau.net>";