summaryrefslogtreecommitdiff
path: root/app-emacs/transient/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/transient/metadata.xml')
-rw-r--r--app-emacs/transient/metadata.xml27
1 files changed, 14 insertions, 13 deletions
diff --git a/app-emacs/transient/metadata.xml b/app-emacs/transient/metadata.xml
index 4aa6c071c9d9..c743c7395bc7 100644
--- a/app-emacs/transient/metadata.xml
+++ b/app-emacs/transient/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>
Taking inspiration from prefix keys and prefix arguments, Transient
implements a similar abstraction involving a prefix command, infix
arguments and suffix commands. We could call this abstraction a
@@ -13,10 +14,10 @@
commands (a prefix and a suffix) we prefer to call it just a
"transient".
</longdescription>
- <upstream>
- <changelog>https://raw.githubusercontent.com/magit/transient/refs/heads/main/CHANGELOG</changelog>
- <bugs-to>https://github.com/magit/transient/issues/</bugs-to>
- </upstream>
- <origin>liguros-repo</origin>
- <stabilize-allarches/>
-</pkgmetadata> \ No newline at end of file
+ <stabilize-allarches/>
+ <upstream>
+ <bugs-to>https://github.com/magit/transient/issues/</bugs-to>
+ <changelog>https://raw.githubusercontent.com/magit/transient/refs/heads/main/CHANGELOG</changelog>
+ <remote-id type="github">magit/transient</remote-id>
+ </upstream>
+</pkgmetadata>