diff options
Diffstat (limited to 'tmpl/soft_repo.gl')
-rw-r--r-- | tmpl/soft_repo.gl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmpl/soft_repo.gl b/tmpl/soft_repo.gl index 3844ae0..549f715 100644 --- a/tmpl/soft_repo.gl +++ b/tmpl/soft_repo.gl @@ -11,6 +11,9 @@ repo [% repo %] [% END -%] config hooks.emailprefix = [% repo %] config gitweb.description = [% r.repos.$repo.description %] +[% IF r.users.$maintainer -%] + config gitweb.owner = [% r.users.$maintainer.cn.0 %] <[% maintainer %]@mageia.org> +[% END -%] [% IF r.repos.$repo.noemail -%] config hooks.noemail = [% r.repos.$repo.noemail %] [% END -%] |