summary refs log tree commit diff
path: root/pkgs/lib/maintainers.nix
blob: 892b3e210445fe9123097af62ce0dad727538da8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* -*- 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>";
  viric = "Lluís Batlle i Rossell <viriketo@gmail.com>";
}