diff --git a/.lune/pull.luau b/.lune/pull.luau index 15cb1ce..ff9973c 100644 --- a/.lune/pull.luau +++ b/.lune/pull.luau @@ -182,7 +182,6 @@ print(`🟧 Modifying README.md to include repo info...`) local readme_contents = fs.readFile("README.md") local new_readme_contents = [[ An automatically synced minimal copy of the [jecs](https://github.com/Ukendio/jecs) repo published to pesde. -Install with pesde @ `marked/jecs` ]] .. readme_contents @@ -190,7 +189,7 @@ fs.writeFile("README.md", new_readme_contents) print(`✅ Modified README.md.`) local pesde_manifest: pesde_manifest = { - name = "marked/jecs", + name = "mark_marks/jecs_pesde", description = "A minimal copy of jecs published on the official pesde registry", version = jecs_version, authors = { "jecs authors" }, diff --git a/README.md b/README.md index d8e7df0..07140a1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ An automatically synced minimal copy of the [jecs](https://github.com/Ukendio/jecs) repo published to pesde. -Install with pesde @ `marked/jecs`
diff --git a/pesde.toml b/pesde.toml index 26b82af..623c65f 100644 --- a/pesde.toml +++ b/pesde.toml @@ -9,7 +9,7 @@ includes = [ ".luaurc", ] license = "MIT" -name = "marked/jecs" +name = "mark_marks/jecs_pesde" repository = "https://git.devmarked.win/marked/jecs-pesde" version = "0.5.3"