commit: eefcfaafcef44a536927d03cce35f11171784172 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Oct 29 21:20:00 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Oct 30 15:41:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eefcfaaf
gnome-base/gconf: Set remote-id Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> gnome-base/gconf/metadata.xml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/gnome-base/gconf/metadata.xml b/gnome-base/gconf/metadata.xml index 389781af037b..f1c39825eeeb 100644 --- a/gnome-base/gconf/metadata.xml +++ b/gnome-base/gconf/metadata.xml @@ -1,13 +1,14 @@ <?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> -<use> - <flag name="ldap">Build backend which enables default mail accounts, - addressbooks and calendars for Evolution to be configured using each - user's LDAP entry."</flag> -</use> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <use> + <flag name="ldap">Build backend which enables default mail accounts, addressbooks and calendars for Evolution to be configured using each user's LDAP entry."</flag> + </use> + <upstream> + <remote-id type="gnome-gitlab">Archive/gconf</remote-id> + </upstream> </pkgmetadata>
