diff options
Diffstat (limited to 'app-emacs/m-buffer/metadata.xml')
| -rw-r--r-- | app-emacs/m-buffer/metadata.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/app-emacs/m-buffer/metadata.xml b/app-emacs/m-buffer/metadata.xml index 033ba02af40b..84e803c50139 100644 --- a/app-emacs/m-buffer/metadata.xml +++ b/app-emacs/m-buffer/metadata.xml @@ -1,18 +1,19 @@ <?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 package provides a set of list-orientated functions for operating over the contents of Emacs buffers. Functions are generally purish: i.e. they may change the state of one buffer by side-effect, but should not affect point, current buffer, match data or so forth. </longdescription> - <upstream> - <bugs-to>https://github.com/phillord/m-buffer-el/issues/</bugs-to> - </upstream> - <origin>liguros-repo</origin> -</pkgmetadata>
\ No newline at end of file + <upstream> + <bugs-to>https://github.com/phillord/m-buffer-el/issues/</bugs-to> + <remote-id type="github">phillord/m-buffer-el</remote-id> + </upstream> +</pkgmetadata> |
