nixpkgs/pkgs/lib/maintainers.nix
Andres Löh 9f9ec8d2c6 Added myself as a maintainer.
svn path=/nixpkgs/trunk/; revision=16327
2009-07-10 19:50:04 +00:00

14 lines
421 B
Nix

/* -*- 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>";
}