diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-05 14:57:45 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-05 14:57:45 +0000 |
commit | 4693d312461ee388949ea1ccfe91c266c9a41bcd (patch) | |
tree | 3163d9f87df53578134f1db24542ee0c808c100b /app-misc/conmux/metadata.xml | |
parent | amd64 stable wrt bug #509332 (diff) | |
download | historical-4693d312461ee388949ea1ccfe91c266c9a41bcd.tar.gz historical-4693d312461ee388949ea1ccfe91c266c9a41bcd.tar.bz2 historical-4693d312461ee388949ea1ccfe91c266c9a41bcd.zip |
Add github to remote-id in metadata.xml
Package-Manager: portage-2.2.20/cvs/Linux x86_64
Manifest-Sign-Key: 0xE9402A79B03529A2!
Diffstat (limited to 'app-misc/conmux/metadata.xml')
-rw-r--r-- | app-misc/conmux/metadata.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/conmux/metadata.xml b/app-misc/conmux/metadata.xml index 1d6b94e43f3a..d21360dfe630 100644 --- a/app-misc/conmux/metadata.xml +++ b/app-misc/conmux/metadata.xml @@ -1,14 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> -<email>hwoarang@gentoo.org</email> -<name>Markos Chandras</name> -</maintainer> -<longdescription lang="en"> + <maintainer> + <email>hwoarang@gentoo.org</email> + <name>Markos Chandras</name> + </maintainer> + <longdescription lang="en"> CONMUX is a console abstractor. Presenting any console with a consistent location, naming and semantic. Access to the console, and hardreset of the machine is the same regardless of the underlying access methodology. </longdescription> + <upstream> + <remote-id type="github">autotest/autotest</remote-id> + </upstream> </pkgmetadata> |