commit: 0fc13daa4576d7d89488f320425a2aa2ddf55886 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Oct 29 21:19:50 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Oct 30 01:49:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc13daa
dev-libs/template-glib: Set remote-id Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-libs/template-glib/metadata.xml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/dev-libs/template-glib/metadata.xml b/dev-libs/template-glib/metadata.xml index 14cc9d571919..ad978234f469 100644 --- a/dev-libs/template-glib/metadata.xml +++ b/dev-libs/template-glib/metadata.xml @@ -1,13 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <longdescription>Template-GLib is a templating library for GLib. It includes a simple template - format along with integration into GObject-Introspection for properties and - methods. It separates the parsing of templates and the expansion of templates - for faster expansion. You can also define scope, custom functions, and more - with the embedded expression language.</longdescription> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <longdescription> + Template-GLib is a templating library for GLib. It includes a simple + template format along with integration into GObject-Introspection for + properties and methods. It separates the parsing of templates and the + expansion of templates for faster expansion. You can also define scope, + custom functions, and more with the embedded expression language. + </longdescription> + <upstream> + <remote-id type="gnome-gitlab">GNOME/template-glib</remote-id> + </upstream> </pkgmetadata>
