diff options
Diffstat (limited to 'dev-python/devtools')
| -rw-r--r-- | dev-python/devtools/metadata.xml | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/dev-python/devtools/metadata.xml b/dev-python/devtools/metadata.xml index 20575729219f..f1f2d4f8a7fd 100644 --- a/dev-python/devtools/metadata.xml +++ b/dev-python/devtools/metadata.xml @@ -1,14 +1,16 @@ <?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> - <upstream> - <maintainer> - <email>s@muelcolvin.com</email> - <name>Samuel Colvin</name> - </maintainer> - <changelog>https://github.com/samuelcolvin/python-devtools/releases</changelog> - <bugs-to>https://github.com/samuelcolvin/python-devtools/issues</bugs-to> - <doc>https://python-devtools.helpmanual.io/</doc> - </upstream> - <origin>liguros-repo</origin> -</pkgmetadata>
\ No newline at end of file + <!-- maintainer-needed --> + <upstream> + <maintainer> + <name>Samuel Colvin</name> + <email>s@muelcolvin.com</email> + </maintainer> + <changelog>https://github.com/samuelcolvin/python-devtools/releases</changelog> + <doc>https://python-devtools.helpmanual.io/</doc> + <bugs-to>https://github.com/samuelcolvin/python-devtools/issues</bugs-to> + <remote-id type="github">samuelcolvin/python-devtools</remote-id> + <remote-id type="pypi">devtools</remote-id> + </upstream> +</pkgmetadata> |
