diff --git a/Cargo.toml b/Cargo.toml index f4ca441..1189c9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["NGnius (Graham) "] description = "Music Set Script language (MuSS)" license = "LGPL-2.1-only OR GPL-3.0-only" -repository = "https://github.com/NGnius/mps" +repository = "https://git.ngni.us/NGnius/muss" keywords = ["audio", "playlist", "scripting", "language"] readme = "README.md" exclude = ["extras/"] diff --git a/interpreter/Cargo.toml b/interpreter/Cargo.toml index 472faa0..01e43f8 100644 --- a/interpreter/Cargo.toml +++ b/interpreter/Cargo.toml @@ -4,6 +4,7 @@ version = "0.9.0" edition = "2021" license = "LGPL-2.1-only OR GPL-3.0-only" readme = "README.md" +repository = "https://git.ngni.us/NGnius/muss" rust-version = "1.59" [dependencies] diff --git a/m3u8/Cargo.toml b/m3u8/Cargo.toml index 639e309..92fcaf7 100644 --- a/m3u8/Cargo.toml +++ b/m3u8/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["NGnius "] description = "Minimal playlist generator for MPS files" license = "LGPL-2.1-only OR GPL-3.0-only" -repository = "https://github.com/NGnius/mps" +repository = "https://git.ngni.us/NGnius/muss" keywords = ["audio", "playlist", "scripting", "language"] readme = "README.md" diff --git a/player/Cargo.toml b/player/Cargo.toml index 555f7bf..35e5980 100644 --- a/player/Cargo.toml +++ b/player/Cargo.toml @@ -3,6 +3,7 @@ name = "muss-player" version = "0.9.0" edition = "2021" license = "LGPL-2.1-only OR GPL-3.0-only" +repository = "https://git.ngni.us/NGnius/muss" readme = "README.md" [dependencies]