summary refs log tree commit diff
path: root/pkgs/lib/maintainers.nix
blob: e8920db1ae732ff1482828e978eea1a8f336f2bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* -*- coding: utf-8; -*- */

{
  /* Add your name and email address here.  Keep the list
     alphabetically sorted.  */

  andres = "Andres Loeh <andres@cs.uu.nl>";
  eelco = "Eelco Dolstra <e.dolstra@tudelft.nl>";
  ludo = "Ludovic Courtès <ludo@gnu.org>";
  marcweber = "Marc Weber <marco-oweber@gmx.de>";
  raskin = "Michael Raskin <7c6f434c@mail.ru>";
  sander = "Sander van der Burg <s.vanderburg@tudelft.nl>";
}