From 8c4df162dea4a7e7544018d2f3c0348ebdeb36ac Mon Sep 17 00:00:00 2001 From: Kaley Fischer Date: Thu, 4 Jan 2024 10:35:44 +0100 Subject: [PATCH] fix: added my credits --- hyprpm.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hyprpm.toml b/hyprpm.toml index c8fd12b..e5fcf4d 100644 --- a/hyprpm.toml +++ b/hyprpm.toml @@ -1,13 +1,10 @@ [repository] name = "hy3" -authors = ["outfoxxed"] -commit_pins = [ - ["03ebbe18ed8517ee22591eac82cd54322f42cb7d", "2f28dc810c0e1f42763a1f14fb011c4fce6db8be"] -] +authors = ["outfoxxed, DRAGONTOS"] [hy3] description = "i3 like tiling for hyprland" -authors = ["outfoxxed"] +authors = ["outfoxxed, DRAGONTOS"] output = "build/libhy3.so" build = [ "cmake -DCMAKE_BUILD_TYPE=Release -B build",