diff options
Diffstat (limited to 'app-emacs/company-coq/metadata.xml')
| -rw-r--r-- | app-emacs/company-coq/metadata.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/app-emacs/company-coq/metadata.xml b/app-emacs/company-coq/metadata.xml index 545968673cfc..cdb2a2c4917d 100644 --- a/app-emacs/company-coq/metadata.xml +++ b/app-emacs/company-coq/metadata.xml @@ -1,11 +1,12 @@ <?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> Company-Coq is a new Emacs package that extends Proof General with a contextual auto-completion engine for Coq proofs and many additional facilities to make writing proofs easier and more efficient. Beyond fuzzy @@ -13,8 +14,8 @@ company-coq offers offline in-editor documentation, convenient snippets, and multiple other Coq-specific IDE features. </longdescription> - <upstream> - <bugs-to>https://github.com/cpitclaudel/company-coq/issues/</bugs-to> - </upstream> - <origin>liguros-repo</origin> -</pkgmetadata>
\ No newline at end of file + <upstream> + <bugs-to>https://github.com/cpitclaudel/company-coq/issues/</bugs-to> + <remote-id type="github">cpitclaudel/company-coq</remote-id> + </upstream> +</pkgmetadata> |
