diff options
Diffstat (limited to 'dev-python/munkres')
| -rw-r--r-- | dev-python/munkres/metadata.xml | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/dev-python/munkres/metadata.xml b/dev-python/munkres/metadata.xml index 0da8fb305585..334b9e699b26 100644 --- a/dev-python/munkres/metadata.xml +++ b/dev-python/munkres/metadata.xml @@ -1,17 +1,18 @@ <?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"> - <email>joshua.downer@gmail.com</email> - <name>Joshua Downer</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription lang="en">The Munkres module provides an implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm), useful for solving the Assignment Problem. + <maintainer type="person"> + <email>joshua.downer@gmail.com</email> + <name>Joshua Downer</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription lang="en">The Munkres module provides an implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm), useful for solving the Assignment Problem. </longdescription> - <upstream> - <remote-id type="pypi">munkres</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <remote-id type="pypi">munkres</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
