diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-02-23 10:30:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-26 15:45:36 +0100 |
commit | fa55cdab12d5960b771b822a6de6d5e5f9d6a01e (patch) | |
tree | db120d3dcc5fd9dd850e86e21f6d670b0c01947d /dev-python/configshell-fb | |
parent | dev-python/configshell-fb: enable py3.11 (diff) | |
download | gentoo-fa55cdab12d5960b771b822a6de6d5e5f9d6a01e.tar.gz gentoo-fa55cdab12d5960b771b822a6de6d5e5f9d6a01e.tar.bz2 gentoo-fa55cdab12d5960b771b822a6de6d5e5f9d6a01e.zip |
dev-python/configshell-fb: indent metadata
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/29741
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/configshell-fb')
-rw-r--r-- | dev-python/configshell-fb/metadata.xml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/dev-python/configshell-fb/metadata.xml b/dev-python/configshell-fb/metadata.xml index 43d40de7baa2..847c135cf482 100644 --- a/dev-python/configshell-fb/metadata.xml +++ b/dev-python/configshell-fb/metadata.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> -<stabilize-allarches/> -<longdescription lang="en"> - configshell-fb is a Python library that provides a framework - for building simple but nice CLI-based applications. -</longdescription> -<upstream> - <maintainer status="active"> - <email>mlombard@redhat.com</email> - <name>Maurizio Lombardi</name> - </maintainer> - <maintainer> - <email>agrover@redhat.com</email> - <name>Andy Grover</name> - </maintainer> - <remote-id type="github">open-iscsi/configshell-fb</remote-id> - <remote-id type="pypi">configshell-fb</remote-id> - <bugs-to>https://github.com/open-iscsi/configshell-fb/issues</bugs-to> -</upstream> + <!-- maintainer-needed --> + <stabilize-allarches/> + <longdescription lang="en"> + configshell-fb is a Python library that provides a framework + for building simple but nice CLI-based applications. + </longdescription> + <upstream> + <maintainer status="active"> + <email>mlombard@redhat.com</email> + <name>Maurizio Lombardi</name> + </maintainer> + <maintainer> + <email>agrover@redhat.com</email> + <name>Andy Grover</name> + </maintainer> + <remote-id type="github">open-iscsi/configshell-fb</remote-id> + <remote-id type="pypi">configshell-fb</remote-id> + <bugs-to>https://github.com/open-iscsi/configshell-fb/issues</bugs-to> + </upstream> </pkgmetadata> |