* Spam everybody with failures of the Nixpkgs tarball so that

hopefully whoever broke it can fix it ;-)

svn path=/nixpkgs/trunk/; revision=19731
This commit is contained in:
Eelco Dolstra 2010-01-29 12:26:12 +00:00
parent f75cf224ee
commit c61d1424d0
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
/* Add your name and email address here. Keep the list
alphabetically sorted. */
all = "Nix Committers <nix-commits@cs.uu.nl>"
andres = "Andres Loeh <andres@cs.uu.nl>";
astsmtl = "Alexander Tsamutali <astsmtl@yandex.ru>";
eelco = "Eelco Dolstra <e.dolstra@tudelft.nl>";

View File

@ -80,6 +80,6 @@ releaseTools.makeSourceTarball {
'';
meta = {
maintainers = [lib.maintainers.eelco];
maintainers = [ lib.maintainers.all ];
};
}