Hi Marc, Marc Weber <[email protected]> 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 <[email protected]>"]; What do you think? Ludo'. _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
