diff options
Diffstat (limited to 'dev-python/jsonschema')
| -rw-r--r-- | dev-python/jsonschema/metadata.xml | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/dev-python/jsonschema/metadata.xml b/dev-python/jsonschema/metadata.xml index 56f8f9e5349b..17fa92557c60 100644 --- a/dev-python/jsonschema/metadata.xml +++ b/dev-python/jsonschema/metadata.xml @@ -1,19 +1,21 @@ <?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>chutzpah@gentoo.org</email> - <name>Patrick McLean</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription lang="en"> + <maintainer type="person"> + <email>chutzpah@gentoo.org</email> + <name>Patrick McLean</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription lang="en"> jsonschema is an implementation of JSON Schema (currently in Draft 3) for Python (supporting 2.6+ including Python 3). </longdescription> - - <origin>liguros-repo</origin> - <stabilize-allarches/> -</pkgmetadata>
\ No newline at end of file + <stabilize-allarches/> + <upstream> + <remote-id type="pypi">jsonschema</remote-id> + <remote-id type="github">python-jsonschema/jsonschema</remote-id> + </upstream> +</pkgmetadata> |
