[Nix-dev] The `meta.maintainer' field
Ludovic Courtès
ludo at gnu.org
Tue Jun 30 14:16:41 CEST 2009
Hi Marc,
Marc Weber <marco-oweber at gmx.de> writes:
> How should this look like?
>
> meta.maintainers = [ maintainers.marc maintainer.niksnut
> maintainers.haskell_task_force ] ?
Yes, sounds good to me.
However, that would mean passing `maintainers' to each function, which
is a pain. A simpler way to do it would be to use raw strings with
RFC822-style email addresses:
meta.maintainers = [ "Ludo <ludo at gnu.org>"];
What do you think?
Ludo'.
More information about the nix-dev
mailing list