aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mars-attacks.org>2013-07-15 21:49:24 +0200
committerNicolas Vigier <boklm@mars-attacks.org>2013-07-15 21:49:24 +0200
commitfd026afc026bb1f932f0a0ddcd5f8b023c2605da (patch)
treeb23fab7d381230310b58424d3dddee0e74aff218 /tmpl
parent2da7413e52e724cbce6c57f83af66a3c95ee658d (diff)
downloadmgagit-fd026afc026bb1f932f0a0ddcd5f8b023c2605da.tar
mgagit-fd026afc026bb1f932f0a0ddcd5f8b023c2605da.tar.gz
mgagit-fd026afc026bb1f932f0a0ddcd5f8b023c2605da.tar.bz2
mgagit-fd026afc026bb1f932f0a0ddcd5f8b023c2605da.tar.xz
mgagit-fd026afc026bb1f932f0a0ddcd5f8b023c2605da.zip
soft_repo.gl: remove '<>' from gitweb.owner
Temporary fix, as gitolite doesn't like this
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/soft_repo.gl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/soft_repo.gl b/tmpl/soft_repo.gl
index 69e9c30..11d8a82 100644
--- a/tmpl/soft_repo.gl
+++ b/tmpl/soft_repo.gl
@@ -16,7 +16,7 @@ repo [% repo %]
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>
+ config gitweb.owner = [% r.users.$maintainer.cn.0 %] - [% maintainer %]
[% END -%]
[% IF r.repos.$repo.noemail -%]
config hooks.noemail = [% r.repos.$repo.noemail %]