forked from mirrors/nixpkgs
* 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
|
||||
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>";
|
||||
|
|
|
@ -80,6 +80,6 @@ releaseTools.makeSourceTarball {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
maintainers = [lib.maintainers.eelco];
|
||||
maintainers = [ lib.maintainers.all ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue