diff options
Diffstat (limited to 'app-emacs/restclient/metadata.xml')
| -rw-r--r-- | app-emacs/restclient/metadata.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/app-emacs/restclient/metadata.xml b/app-emacs/restclient/metadata.xml index f2a17b355a53..dbc894047887 100644 --- a/app-emacs/restclient/metadata.xml +++ b/app-emacs/restclient/metadata.xml @@ -1,17 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + <pkgmetadata> - <maintainer type="project"> - <email>gnu-emacs@gentoo.org</email> - <name>Gentoo GNU Emacs project</name> - </maintainer> - <longdescription> + <maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <longdescription> This is a tool to manually explore and test HTTP REST webservices. Runs queries from a plain-text query sheet, displays results as a pretty-printed XML, JSON and even images. </longdescription> - <upstream> - <bugs-to>https://github.com/pashky/restclient.el/issues/</bugs-to> - </upstream> - <origin>liguros-repo</origin> -</pkgmetadata>
\ No newline at end of file + <upstream> + <bugs-to>https://github.com/pashky/restclient.el/issues/</bugs-to> + <remote-id type="github">pashky/restclient.el</remote-id> + </upstream> +</pkgmetadata> |
