diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 17:20:12 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-30 18:28:37 -0400 |
commit | 7f338bca3cd2e881cccbacb30830546f391821fe (patch) | |
tree | 56d0b19b82e430f7618c12b13c5427bdda2d75ff /gnome-extra/office-runner | |
parent | gnome-extra/nm-applet: Set remote-id (diff) | |
download | gentoo-7f338bca3cd2e881cccbacb30830546f391821fe.tar.gz gentoo-7f338bca3cd2e881cccbacb30830546f391821fe.tar.bz2 gentoo-7f338bca3cd2e881cccbacb30830546f391821fe.zip |
gnome-extra/office-runner: Set remote-id
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra/office-runner')
-rw-r--r-- | gnome-extra/office-runner/metadata.xml | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/gnome-extra/office-runner/metadata.xml b/gnome-extra/office-runner/metadata.xml index af19941fa3b4..1594c131a2df 100644 --- a/gnome-extra/office-runner/metadata.xml +++ b/gnome-extra/office-runner/metadata.xml @@ -1,14 +1,17 @@ <?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"> - A tool in the form of a lighthearted game that - temporarily inhibits GNOME's default suspend on lid close behavior, - allowing the user to move his laptop with the lid closed without dropping - network connections. - </longdescription> + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <longdescription lang="en"> + A tool in the form of a lighthearted game that + temporarily inhibits GNOME's default suspend on lid close behavior, + allowing the user to move his laptop with the lid closed without dropping + network connections. + </longdescription> + <upstream> + <remote-id type="gnome-gitlab">GNOME/office-runner</remote-id> + </upstream> </pkgmetadata> |