* Doh.
svn path=/nixpkgs/trunk/; revision=16259
This commit is contained in:
@@ -4,7 +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. */
|
||||||
|
|
||||||
eelco = "Eelco Dolstra <e.dolstra@tudelft.nl";
|
eelco = "Eelco Dolstra <e.dolstra@tudelft.nl>";
|
||||||
ludo = "Ludovic Courtès <ludo@gnu.org>";
|
ludo = "Ludovic Courtès <ludo@gnu.org>";
|
||||||
raskin = "Michael Raskin <7c6f434c@mail.ru>";
|
raskin = "Michael Raskin <7c6f434c@mail.ru>";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -75,6 +75,6 @@ releaseTools.makeSourceTarball {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = lib.eelco;
|
maintainers = [lib.eelco];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user