X-Git-Url: http://nitlanguage.org diff --git a/src/nitcatalog.nit b/src/nitcatalog.nit index f629b4f..c604fa6 100644 --- a/src/nitcatalog.nit +++ b/src/nitcatalog.nit @@ -491,6 +491,12 @@ class Catalog end var contributors = mpackage.contributors + var more_contributors = mpackage.metadata("package.more_contributors") + if more_contributors != null then + for c in more_contributors.split(",") do + contributors.add c.trim + end + end if not contributors.is_empty then res.add "

Contributors

\n