commit: be659d5fdd7e6c6e05b666cc044c99a3f3c0bdbf Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sun May 5 18:10:12 2024 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sun May 5 18:27:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be659d5f
gui-libs/wf-config: add myself as a maintainer Co-maintainers welcome. Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> gui-libs/wf-config/metadata.xml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/gui-libs/wf-config/metadata.xml b/gui-libs/wf-config/metadata.xml index c4c10f04c1a6..80284b387a44 100644 --- a/gui-libs/wf-config/metadata.xml +++ b/gui-libs/wf-config/metadata.xml @@ -1,14 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <longdescription> - Library for creating and parsing the configuration - file for the WayfireWM while also allowing you to - make changes in the configuration and reload them on - the fly. - </longdescription> - <upstream> - <remote-id type="github">WayfireWM/wf-config</remote-id> - </upstream> + <maintainer type="person"> + <email>[email protected]</email> + <name>Viorel Munteanu</name> + </maintainer> + <longdescription> + Library for creating and parsing the configuration + file for the WayfireWM while also allowing you to + make changes in the configuration and reload them on + the fly. + </longdescription> + <upstream> + <remote-id type="github">WayfireWM/wf-config</remote-id> + </upstream> </pkgmetadata>
