summaryrefslogtreecommitdiff
path: root/dev-cpp/prometheus-cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/prometheus-cpp')
-rw-r--r--dev-cpp/prometheus-cpp/metadata.xml25
1 files changed, 12 insertions, 13 deletions
diff --git a/dev-cpp/prometheus-cpp/metadata.xml b/dev-cpp/prometheus-cpp/metadata.xml
index 91a7411bc394..c001ab6f8b63 100644
--- a/dev-cpp/prometheus-cpp/metadata.xml
+++ b/dev-cpp/prometheus-cpp/metadata.xml
@@ -1,21 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>marecki@gentoo.org</email>
- <name>Marek Szuba</name>
- </maintainer>
- <longdescription lang="en">
+ <longdescription lang="en">
This library aims to enable Metrics-Driven Development for C++ services.
It implements the Prometheus Data Model, a powerful abstraction on which
to collect and expose metrics. We offer the possibility for metrics to
be collected by Prometheus, but other push/pull collections can be added
as plugins.
</longdescription>
- <upstream>
- <remote-id type="github">jupp0r/prometheus-cpp</remote-id>
- <bugs-to>https://github.com/jupp0r/prometheus-cpp/issues</bugs-to>
- <doc lang="en">https://jupp0r.github.io/prometheus-cpp/</doc>
- </upstream>
- <origin>gentoo-staging</origin>
-</pkgmetadata> \ No newline at end of file
+ <maintainer type="person">
+ <email>marecki@gentoo.org</email>
+ <name>Marek Szuba</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/jupp0r/prometheus-cpp/issues</bugs-to>
+ <doc lang="en">https://jupp0r.github.io/prometheus-cpp/</doc>
+ <remote-id type="github">jupp0r/prometheus-cpp</remote-id>
+ </upstream>
+</pkgmetadata>