diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 17:20:17 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-30 19:20:43 -0400 |
commit | 110d078f77d0ca89224708d10eb4f7eadc911a00 (patch) | |
tree | 855fe36e1fc53c75f846432e10fdfe54c06fa922 /media-gfx/eog | |
parent | media-gfx/eog-plugins: Set remote-id (diff) | |
download | gentoo-110d078f77d0ca89224708d10eb4f7eadc911a00.tar.gz gentoo-110d078f77d0ca89224708d10eb4f7eadc911a00.tar.bz2 gentoo-110d078f77d0ca89224708d10eb4f7eadc911a00.zip |
media-gfx/eog: Set remote-id
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-gfx/eog')
-rw-r--r-- | media-gfx/eog/metadata.xml | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/media-gfx/eog/metadata.xml b/media-gfx/eog/metadata.xml index acdade322935..694ad268b67a 100644 --- a/media-gfx/eog/metadata.xml +++ b/media-gfx/eog/metadata.xml @@ -1,13 +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> - <longdescription lang="en"> - The Eye of GNOME image viewer is the official image viewer for the GNOME - Desktop environment. With it, you can view single image files, as well - as large image collections. - </longdescription> + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <longdescription lang="en"> + The Eye of GNOME image viewer is the official image viewer for the GNOME + Desktop environment. With it, you can view single image files, as well + as large image collections. + </longdescription> + <upstream> + <remote-id type="gnome-gitlab">GNOME/eog</remote-id> + </upstream> </pkgmetadata> |