Hi, Ludovic Courtès wrote:
> 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]>"]; +1 I'll add support for meta.maintainers to Hydra. (BTW, currently nix-env ignores meta field that are not strings. So lists of strings won't show up in nix-env -q --meta.) BTW, it's still possible to pass commonly used maintainers without adding an extra argument by squeezing them somewhere into lib, i.e. meta.maintainers = [stdenv.lib.maintainers.eelco]; -- Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/ _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
