From 335ff36e003d23c355c7190b9db3b247da985062 Mon Sep 17 00:00:00 2001 From: Leoj030 Date: Fri, 5 Jun 2026 20:11:59 +0800 Subject: [PATCH] chore: change project name and description. --- pesde.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pesde.toml b/pesde.toml index bfc8687..5e84ccd 100644 --- a/pesde.toml +++ b/pesde.toml @@ -1,6 +1,6 @@ -name = "nova_lab/nova_core" +name = "nova/nova_core" version = "0.6.0" -description = "A filesystem-based web framework for Luau runtimes, with out-of-the-box support for Lute, Lune and Zune." +description = "A convention-driven, runtime-agnostic web framework for the Luau ecosystem." authors = ["Hypernova Lab (https://github.com/hypernova-lab)"] license = "MIT" repository = "https://github.com/hypernova-lab/nova"