Remove references to old repo

This commit is contained in:
Filip Tibell 2024-01-14 19:11:55 +01:00
parent c60e92c446
commit 2b5f018441
No known key found for this signature in database
4 changed files with 7 additions and 7 deletions

View file

@ -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")

View file

@ -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"

View file

@ -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
<summary>Using GitHub Releases</summary>
You can download pre-built binaries for most systems directly from the
[GitHub Releases](https://github.com/filiptibell/lune/releases) page. <br /> There are many tools
[GitHub Releases](https://github.com/lune-org/lune/releases) page. <br /> 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.

View file

@ -13,13 +13,13 @@ export default {
}
},
project: {
link: "https://github.com/filiptibell/lune",
link: "https://github.com/lune-org/lune",
},
footer: {
text: (
<span>
MPL-2.0 {new Date().getFullYear()} ©{" "}
<a href="https://github.com/filiptibell/lune" target="_blank">
<a href="https://github.com/lune-org/lune" target="_blank">
Lune
</a>
</span>
@ -30,7 +30,7 @@ export default {
<img
width="40"
height="40"
src="https://github.com/filiptibell/lune/raw/main/assets/logo/tilt.png"
src="https://github.com/lune-org/lune/raw/main/assets/logo/tilt.png"
/>
</>
),