summaryrefslogtreecommitdiff
path: root/app-emacs/package-lint/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/package-lint/metadata.xml')
-rw-r--r--app-emacs/package-lint/metadata.xml23
1 files changed, 12 insertions, 11 deletions
diff --git a/app-emacs/package-lint/metadata.xml b/app-emacs/package-lint/metadata.xml
index baa8df47397b..ddaf53faef36 100644
--- a/app-emacs/package-lint/metadata.xml
+++ b/app-emacs/package-lint/metadata.xml
@@ -1,11 +1,16 @@
<?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>
+ <upstream>
+ <bugs-to>https://github.com/purcell/package-lint/issues/</bugs-to>
+ <remote-id type="github">purcell/package-lint</remote-id>
+ </upstream>
+ <longdescription>
This library provides a linter for the metadata in Emacs Lisp files which
are intended to be packages. You can integrate it into your build process.
package-lint detects various issues that may make your package
@@ -18,8 +23,4 @@
display packaging errors directly in the buffer while writing elisp
packages.
</longdescription>
- <upstream>
- <bugs-to>https://github.com/purcell/package-lint/issues/</bugs-to>
- </upstream>
- <origin>liguros-repo</origin>
-</pkgmetadata> \ No newline at end of file
+</pkgmetadata>