From 662e37d8e253644d2191248c68c196b57954bff5 Mon Sep 17 00:00:00 2001 From: Petr Šabata Date: Aug 13 2018 13:12:39 +0000 Subject: Adding defaults for the dwm module dwm:6.1 is the current non-modularized package. We will also be providing 6.0 for old "plugins" and latest that will follow upstream git HEAD. Signed-off-by: Petr Šabata --- diff --git a/dwm.yaml b/dwm.yaml new file mode 100644 index 0000000..2cf9d5a --- /dev/null +++ b/dwm.yaml @@ -0,0 +1,9 @@ +document: modulemd-defaults +version: 1 +data: + module: dwm + stream: 6.1 + profiles: + 6.0: [default] + 6.1: [default] + latest: [default]