diff options
Diffstat (limited to 'app-emacs/rudel/metadata.xml')
-rw-r--r-- | app-emacs/rudel/metadata.xml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/app-emacs/rudel/metadata.xml b/app-emacs/rudel/metadata.xml index 76fede0181fd..f3cbec8ebc29 100644 --- a/app-emacs/rudel/metadata.xml +++ b/app-emacs/rudel/metadata.xml @@ -1,16 +1,19 @@ -<?xml version='1.0' encoding='UTF-8'?> +<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>emacs</herd> - <longdescription> +<maintainer> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> +</maintainer> +<longdescription> Rudel is collaborative editing environment for GNU Emacs. Its purpose is tod share buffers with other users in order to edit the contents of those buffers collaboratively. Rudel supports multiple backends to enable communication with other collaborative editors using different protocols, though currently Obby (for use with the Gobby editor) is the only fully-functional one. - </longdescription> - <upstream> - <remote-id type="sourceforge">rudel</remote-id> - </upstream> +</longdescription> +<upstream> + <remote-id type="sourceforge">rudel</remote-id> +</upstream> </pkgmetadata> |