commit: 683ad744ced3db2e02c272a8868b49614c7d971d Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sun May 5 18:13:11 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=683ad744
gui-apps/wcm: add myself as a maintainer Co-maintainers welcome. Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> gui-apps/wcm/metadata.xml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/gui-apps/wcm/metadata.xml b/gui-apps/wcm/metadata.xml index 4aa1e1a30a9c..d70e09238f6b 100644 --- a/gui-apps/wcm/metadata.xml +++ b/gui-apps/wcm/metadata.xml @@ -1,13 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <longdescription> - GUI front end to the wayfire config manager. - Allows to reload changes on the fly without - needing to restart wayfire. - </longdescription> - <upstream> - <remote-id type="github">WayfireWM/wcm</remote-id> - </upstream> + <maintainer type="person"> + <email>[email protected]</email> + <name>Viorel Munteanu</name> + </maintainer> + <longdescription> + GUI front end to the wayfire config manager. + Allows to reload changes on the fly without + needing to restart wayfire. + </longdescription> + <upstream> + <remote-id type="github">WayfireWM/wcm</remote-id> + </upstream> </pkgmetadata>
