From 93d0ee4cbaab1afc101944f00f126beca2de6a99 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 10 Dec 2023 02:04:55 +0100 Subject: [PATCH] Update hyprload manifest --- hyprload.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hyprload.toml b/hyprload.toml index 81e7a1b..ce62d3f 100644 --- a/hyprload.toml +++ b/hyprload.toml @@ -1,10 +1,8 @@ [dwindle-autogroup] description = "Dwindle Autogroup" version = "1.0.0" -author = "ItsDrike" +authors = ["ItsDrike"] [diwndle-autogroup.build] output = "dwindle-autogroup.so" -steps = [ - "make all", -] +steps = ["make all"]