commit:     1ab7dd1769b55665f791364548a4ed98538fa48b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 12:51:43 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 23:31:09 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=1ab7dd17

newmetadata: Add type="" to <maintainer/> per GLEP67

 plugin/newmetadata.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/newmetadata.vim b/plugin/newmetadata.vim
index 09acac8..905d5d3 100644
--- a/plugin/newmetadata.vim
+++ b/plugin/newmetadata.vim
@@ -72,7 +72,7 @@ fun! <SID>MakeNewMetadata()
             put ='<herd>' . l:herd . '</herd>'
         endif
         if l:email != "" || l:name != ""
-            put ='<maintainer>'
+            put ='<maintainer type=\"person\">'
             if l:email != ""
                 put ='<email>' . l:email . '</email>'
             endif

Reply via email to