svn path=/nixpkgs/trunk/; revision=16256

This commit is contained in:
Eelco Dolstra 2009-07-08 15:56:05 +00:00
parent 852bdab69a
commit 73ac7f5876
2 changed files with 5 additions and 1 deletions

View file

@ -1,10 +1,10 @@
/* -*- coding: utf-8; -*- */
{
/* Add your name and email address here. Keep the list
alphabetically sorted. */
eelco = "Eelco Dolstra <e.dolstra@tudelft.nl";
ludo = "Ludovic Courtès <ludo@gnu.org>";
raskin = "Michael Raskin <7c6f434c@mail.ru>";
}

View file

@ -73,4 +73,8 @@ releaseTools.makeSourceTarball {
cp doc/style.css $out/manual/
echo "doc manual $out/manual" >> $out/nix-support/hydra-build-products
'';
meta = {
maintainers = lib.eelco;
};
}