commit: 6211f6840471f4714dab7721cafc0f7bd911e8ae Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Aug 13 14:10:12 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Aug 13 14:21:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6211f684
dev-python/mkdocs-material: Add python@ as co-maint. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/mkdocs-material/metadata.xml | 44 ++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/dev-python/mkdocs-material/metadata.xml b/dev-python/mkdocs-material/metadata.xml index 6daf710e8ad6..98abc5a5519e 100644 --- a/dev-python/mkdocs-material/metadata.xml +++ b/dev-python/mkdocs-material/metadata.xml @@ -1,27 +1,31 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Nowa Ammerlaan</name> - </maintainer> - <longdescription lang="en"> - What to expect + <maintainer type="person"> + <email>[email protected]</email> + <name>Nowa Ammerlaan</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Python</name> + </maintainer> + <longdescription lang="en"> + What to expect - Responsive design and fluid layout for all kinds of screens and devices, designed to serve your project documentation in a user-friendly way in 41 languages with optimal readability. + Responsive design and fluid layout for all kinds of screens and devices, designed to serve your project documentation in a user-friendly way in 41 languages with optimal readability. - Easily customizable primary and accent color, fonts, favicon and logo; straight forward localization through theme extension; integrated with Google Analytics, Disqus and GitHub. + Easily customizable primary and accent color, fonts, favicon and logo; straight forward localization through theme extension; integrated with Google Analytics, Disqus and GitHub. - Well-designed search interface accessible through hotkeys (F or S), intelligent grouping of search results, search term highlighting and lazy loading. - </longdescription> - <upstream> - <remote-id type="github">squidfunk/mkdocs-material</remote-id> - <remote-id type="pypi">mkdocs-material</remote-id> - </upstream> - <use> - <flag name="social"> - Install the dependencies of the "social" plugin. - </flag> - </use> - <stabilize-allarches/> + Well-designed search interface accessible through hotkeys (F or S), intelligent grouping of search results, search term highlighting and lazy loading. + </longdescription> + <upstream> + <remote-id type="github">squidfunk/mkdocs-material</remote-id> + <remote-id type="pypi">mkdocs-material</remote-id> + </upstream> + <use> + <flag name="social"> + Install the dependencies of the "social" plugin. + </flag> + </use> + <stabilize-allarches/> </pkgmetadata>
