* 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:
parent
f75cf224ee
commit
c61d1424d0
@ -4,6 +4,7 @@
|
|||||||
/* Add your name and email address here. Keep the list
|
/* Add your name and email address here. Keep the list
|
||||||
alphabetically sorted. */
|
alphabetically sorted. */
|
||||||
|
|
||||||
|
all = "Nix Committers <nix-commits@cs.uu.nl>"
|
||||||
andres = "Andres Loeh <andres@cs.uu.nl>";
|
andres = "Andres Loeh <andres@cs.uu.nl>";
|
||||||
astsmtl = "Alexander Tsamutali <astsmtl@yandex.ru>";
|
astsmtl = "Alexander Tsamutali <astsmtl@yandex.ru>";
|
||||||
eelco = "Eelco Dolstra <e.dolstra@tudelft.nl>";
|
eelco = "Eelco Dolstra <e.dolstra@tudelft.nl>";
|
||||||
|
@ -80,6 +80,6 @@ releaseTools.makeSourceTarball {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = [lib.maintainers.eelco];
|
maintainers = [ lib.maintainers.all ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user