diff options
-rw-r--r-- | x11-misc/xtermcontrol/metadata.xml | 13 |
1 files 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>x11@gentoo.org</email> - <name>X11</name> -</maintainer> -<longdescription> + <maintainer type="project"> + <email>x11@gentoo.org</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> |