commit: 742c96f8422f8b3fa833a83efce4af2eed7cf2f1 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org> AuthorDate: Thu Dec 10 13:09:25 2020 +0000 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org> CommitDate: Thu Dec 10 13:09:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=742c96f8
dev-db/plr: Assign Pg project as maintainer Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org> dev-db/plr/metadata.xml | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/dev-db/plr/metadata.xml b/dev-db/plr/metadata.xml index c3edd841180..60798fb9b76 100644 --- a/dev-db/plr/metadata.xml +++ b/dev-db/plr/metadata.xml @@ -1,20 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<!-- -This is the example metadata file. -The root element of this file is <pkgmetadata>. Within this element a -number of subelements are allowed, the most common being maintainer. -For a full description look at: -https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/ - -Before committing, please remove the comments from this file. They are -not relevant for general metadata.xml files. ---> <pkgmetadata> -<!-- maintainer-needed --> -<longdescription> -An extension for postgresql databases to allow direct usage of <pkg>dev-lang/R</pkg> -in SQL queries and database functions -</longdescription> + <maintainer type="project"> + <email>[email protected]</email> + </maintainer> + <longdescription> + An extension for postgresql databases to allow direct usage of + <pkg>dev-lang/R</pkg> in SQL queries and database functions + </longdescription> </pkgmetadata>
