summaryrefslogtreecommitdiff
path: root/dev-util/cpptest
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/cpptest')
-rw-r--r--dev-util/cpptest/metadata.xml20
1 files changed, 11 insertions, 9 deletions
diff --git a/dev-util/cpptest/metadata.xml b/dev-util/cpptest/metadata.xml
index 157db1e9e3cf..bb1714970bea 100644
--- a/dev-util/cpptest/metadata.xml
+++ b/dev-util/cpptest/metadata.xml
@@ -1,15 +1,17 @@
<?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="person">
- <email>sping@gentoo.org</email>
- <name>Sebastian Pipping</name>
- </maintainer>
- <longdescription lang="en">
+ <maintainer type="person">
+ <email>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
+ <longdescription lang="en">
CppTest is a portable and powerful, yet simple, unit testing framework for handling
automated tests in C++. The focus lies on usability and extendability.
Several output formats are supported and new ones are easily added.
</longdescription>
-
- <origin>liguros-repo</origin>
-</pkgmetadata> \ No newline at end of file
+ <upstream>
+ <remote-id type="github">cpptest/cpptest</remote-id>
+ <remote-id type="sourceforge">cpptest</remote-id>
+ </upstream>
+</pkgmetadata>