commit: cd0485c925ea6495e292d084370feeee8d48bd7f Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Tue Oct 18 00:52:32 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue Oct 18 00:56:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd0485c9
x11-misc/xtermcontrol: Set remote-id Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-misc/xtermcontrol/metadata.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/x11-misc/xtermcontrol/metadata.xml b/x11-misc/xtermcontrol/metadata.xml index 0f96e73da2a1..cdc230e693c9 100644 --- a/x11-misc/xtermcontrol/metadata.xml +++ b/x11-misc/xtermcontrol/metadata.xml @@ -1,11 +1,11 @@ <?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>X11</name> -</maintainer> -<longdescription> + <maintainer type="project"> + <email>[email protected]</email> + <name>X11</name> + </maintainer> + <longdescription> xtermcontrol enables dynamic control of xterm properties. It makes it easy to change colors, title, font and geometry of a running xterm, as well as to report the current settings of the aforementioned properties. @@ -13,4 +13,7 @@ Window manipulations de-/iconify, raise/lower, maximize/restore and reset are al To complete the feature set; xtermcontrol lets advanced users issue any xterm control sequence of their choosing. </longdescription> + <upstream> + <remote-id type="github">JessThrysoee/xtermcontrol</remote-id> + </upstream> </pkgmetadata>
