commit: bd57131f9c6e0278a434614ac1556fc15dddac14 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Apr 3 18:15:25 2024 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Thu Apr 4 09:02:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd57131f
x11-plugins/wmtimer: add missing remote-id Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36081 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> x11-plugins/wmtimer/metadata.xml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/x11-plugins/wmtimer/metadata.xml b/x11-plugins/wmtimer/metadata.xml index b1f32fa558ec..a07ab7abb0ab 100644 --- a/x11-plugins/wmtimer/metadata.xml +++ b/x11-plugins/wmtimer/metadata.xml @@ -1,15 +1,17 @@ <?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>Bernard Cafarelli</name> -</maintainer> - -<longdescription> -WMTimer is a dockable alarm clock for Windowmaker or Blackbox which can be run -in alarm, countdown timer, or chronograph mode. In alarm or timer mode, you can -either execute a command or sound the system bell when the time is reached. -WMTimer is configurable through the command line or the GTK GUI. -</longdescription> + <maintainer type="person"> + <email>[email protected]</email> + <name>Bernard Cafarelli</name> + </maintainer> + <longdescription> + WMTimer is a dockable alarm clock for Windowmaker or Blackbox which can be run + in alarm, countdown timer, or chronograph mode. In alarm or timer mode, you can + either execute a command or sound the system bell when the time is reached. + WMTimer is configurable through the command line or the GTK GUI. + </longdescription> + <upstream> + <remote-id type="github">bbidulock/wmtimer</remote-id> + </upstream> </pkgmetadata>
