From eb0a8f8589fd5d094c368b2ae278b16434a19159 Mon Sep 17 00:00:00 2001 From: solaoi <46414076+solaoi@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:42:16 +0900 Subject: [PATCH] Update broly.nimble --- broly.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/broly.nimble b/broly.nimble index b24a398..68138ff 100644 --- a/broly.nimble +++ b/broly.nimble @@ -2,7 +2,7 @@ version = "1.0.0" author = "solaoi" -description = "HighPerformance Stub Server" +description = "High Performance Stub Server" license = "MIT" srcDir = "src" bin = @["broly"]