diff options
Diffstat (limited to 'dev-cpp/libcmis')
| -rw-r--r-- | dev-cpp/libcmis/metadata.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/dev-cpp/libcmis/metadata.xml b/dev-cpp/libcmis/metadata.xml index f9bff6fe4923..0e422e798770 100644 --- a/dev-cpp/libcmis/metadata.xml +++ b/dev-cpp/libcmis/metadata.xml @@ -1,13 +1,14 @@ <?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>office@gentoo.org</email> - <name>Gentoo Office project</name> - </maintainer> - - <use> - <flag name="tools">Build client tool for testing and viewing features</flag> - </use> - <origin>liguros-repo</origin> -</pkgmetadata>
\ No newline at end of file + <maintainer type="project"> + <email>office@gentoo.org</email> + <name>Gentoo Office project</name> + </maintainer> + <use> + <flag name="tools">Build client tool for testing and viewing features</flag> + </use> + <upstream> + <remote-id type="github">tdf/libcmis</remote-id> + </upstream> +</pkgmetadata> |
