commit: cbbd25accfbffb90c8cd4a2b699ac1efc0fae84a Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Jun 23 15:34:42 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Jun 23 16:23:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbbd25ac
dev-ruby/polyglot: add github upstream metadata Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/polyglot/metadata.xml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/dev-ruby/polyglot/metadata.xml b/dev-ruby/polyglot/metadata.xml index f2941078f009..92cdcad5348c 100644 --- a/dev-ruby/polyglot/metadata.xml +++ b/dev-ruby/polyglot/metadata.xml @@ -1,13 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <longdescription> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Ruby Project</name> + </maintainer> + <longdescription> Polyglot provides support for fully-custom DSLs by providing a registry of file types that can be loaded by its improved version of 'require', using a custom loader for each file type. - </longdescription> + </longdescription> + <upstream> + <remote-id type="github">cjheath/polyglot</remote-id> + </upstream> </pkgmetadata>
