diff --git a/.lune/download.luau b/.lune/download.luau
index 59fb8b1..6d6df5b 100644
--- a/.lune/download.luau
+++ b/.lune/download.luau
@@ -1,4 +1,4 @@
-local MAIN_REPOSITORY_URL = "https://github.com/filiptibell/lune"
+local MAIN_REPOSITORY_URL = "https://github.com/lune-org/lune"
local fs = require("@lune/fs")
local net = require("@lune/net")
diff --git a/aftman.toml b/aftman.toml
index 2a32f01..186c9ed 100644
--- a/aftman.toml
+++ b/aftman.toml
@@ -1,5 +1,5 @@
[tools]
just = "readysetplay/just@1.8.0"
luau-lsp = "JohnnyMorganz/luau-lsp@1.27.0"
-lune = "filiptibell/lune@0.8.0"
+lune = "lune-org/lune@0.8.0"
stylua = "JohnnyMorganz/StyLua@0.19.1"
diff --git a/pages/getting-started/1-installation.mdx b/pages/getting-started/1-installation.mdx
index 378d112..73fc1ad 100644
--- a/pages/getting-started/1-installation.mdx
+++ b/pages/getting-started/1-installation.mdx
@@ -8,7 +8,7 @@ Install Aftman, and run this command in your terminal to add `lune` to an `aftma
current directory, or create one if it does not exist:
```sh copy filename="Bash"
-aftman add filiptibell/lune
+aftman add lune-org/lune
```
## Other Installation Options
@@ -17,7 +17,7 @@ aftman add filiptibell/lune
Using GitHub Releases
You can download pre-built binaries for most systems directly from the
-[GitHub Releases](https://github.com/filiptibell/lune/releases) page.
There are many tools
+[GitHub Releases](https://github.com/lune-org/lune/releases) page.
There are many tools
that can install binaries directly from releases, and it is up to you to choose what tool to use
when installing here.
diff --git a/theme.config.jsx b/theme.config.jsx
index 295ec1f..c735198 100644
--- a/theme.config.jsx
+++ b/theme.config.jsx
@@ -13,13 +13,13 @@ export default {
}
},
project: {
- link: "https://github.com/filiptibell/lune",
+ link: "https://github.com/lune-org/lune",
},
footer: {
text: (
MPL-2.0 {new Date().getFullYear()} ©{" "}
-
+
Lune
@@ -30,7 +30,7 @@ export default {
>
),