export const contributorLinks = (people: (string | User)[], eol = "\n") =>
    list(people.map(authorLink), eol);