diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 17:19:34 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 18:32:28 -0400 |
commit | 8db16170bb49f53c51c96ec2ea978b20b6ad9044 (patch) | |
tree | 54ee955edb62dcefba0a2afc08624acc95748722 /app-editors/gedit-plugins | |
parent | app-dicts/gnome-dictionary: Set remote-id (diff) | |
download | gentoo-8db16170bb49f53c51c96ec2ea978b20b6ad9044.tar.gz gentoo-8db16170bb49f53c51c96ec2ea978b20b6ad9044.tar.bz2 gentoo-8db16170bb49f53c51c96ec2ea978b20b6ad9044.zip |
app-editors/gedit-plugins: Set remote-id
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-editors/gedit-plugins')
-rw-r--r-- | app-editors/gedit-plugins/metadata.xml | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/app-editors/gedit-plugins/metadata.xml b/app-editors/gedit-plugins/metadata.xml index eb35a3df50f2..2695ac239950 100644 --- a/app-editors/gedit-plugins/metadata.xml +++ b/app-editors/gedit-plugins/metadata.xml @@ -1,14 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> -</maintainer> -<use> - <flag name="charmap">Insert special characters just by clicking on - them</flag> - <flag name="git">Shows document changes related to git's HEAD</flag> - <flag name="terminal">Embed a terminal in the bottom pane</flag> -</use> + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <use> + <flag name="charmap">Insert special characters just by clicking on them</flag> + <flag name="git">Shows document changes related to git's HEAD</flag> + <flag name="terminal">Embed a terminal in the bottom pane</flag> + </use> + <upstream> + <remote-id type="gnome-gitlab">GNOME/gedit-plugins</remote-id> + </upstream> </pkgmetadata> |