diff options
Diffstat (limited to 'dev-R/RcppTOML/metadata.xml')
| -rw-r--r-- | dev-R/RcppTOML/metadata.xml | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/dev-R/RcppTOML/metadata.xml b/dev-R/RcppTOML/metadata.xml index c9d88cd6b3d0..5660aa71182a 100644 --- a/dev-R/RcppTOML/metadata.xml +++ b/dev-R/RcppTOML/metadata.xml @@ -1,21 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <description>co-maintainers welcome</description> - <email>lssndrbarbieri@gmail.com</email> - <name>Alessandro Barbieri</name> - </maintainer> - <longdescription lang="en">The configuration format defined by 'TOML' (which expands to + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <longdescription lang="en">The configuration format defined by 'TOML' (which expands to "Tom's Obvious Markup Language") specifies an excellent format (described at <https://toml.io/en/>) suitable for both human editing as well as the common uses of a machine-readable format. This package uses 'Rcpp' to connect the 'cpptoml' parser written by Chase Geigle (in C++11) to R.</longdescription> - <upstream> - <maintainer> - <name>Dirk Eddelbuettel</name> - <email>edd@debian.org</email> - </maintainer> - </upstream> -</pkgmetadata> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file |
