Loading
stdenv/meta: Propagate nonTeamMaintainers if possible
This fixes the problem where if `meta` for package A is inherited from package B, both team and non-team maintainers would end up in nonTeamMaintainers, because by default it would take the value from meta.maintainers, which when accessed also contains team maintainers for backwards compatibility reasons.