summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-06-11 22:19:20 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-06-11 22:19:20 +0200
commit95def7e4f03b19295060dcfd27a8c97c48baadd7 (patch)
tree19f78d3b51d86dd9ce181a5bb563417cff811a01 /lib
parent885808a8d910ea54a899e9b82042413e401ff638 (diff)
lib/maintainers: recommend to re-use github usernames
Diffstat (limited to 'lib')
-rw-r--r--lib/maintainers.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/maintainers.nix b/lib/maintainers.nix
index df7a442ac52e6..1a0a3b832e396 100644
--- a/lib/maintainers.nix
+++ b/lib/maintainers.nix
@@ -1,8 +1,11 @@
 /* -*- coding: utf-8; -*- */
 
 {
-  /* Add your name and email address here.  Keep the list
-     alphabetically sorted.  */
+  /* 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.
+  */
 
   abaldeau = "Andreas Baldeau <andreas@baldeau.net>";
   abbradar = "Nikolay Amiantov <ab@fmap.me>";