commit: 51d8de0e2c01a7f23d06eb2cda8599ccd0159938 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Thu Feb 28 09:38:45 2019 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Thu Feb 28 09:38:45 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=51d8de0e
mkman: drop Assignee suggestion Usage of a generic alias is no longer allowed (for reasons beyond my understanding), and I don't want to put my own email here, so rely on bugwranglers to make the bugs end up with some assignee. Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> man/mkman.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man/mkman.py b/man/mkman.py index bd3111c..f578305 100755 --- a/man/mkman.py +++ b/man/mkman.py @@ -50,8 +50,7 @@ TEMPLATE = r""".\" generated by mkman.py, please do NOT edit! .SH "REPORTING BUGS" Please report bugs via http://bugs.gentoo.org/ .br -Product: Portage Development; Component: Tools, Assignee: [email protected] +Product: Portage Development; Component: Tools .SH AUTHORS .nf %(authors)s
