diff --git a/front/tauri/Cargo.toml b/front/tauri/Cargo.toml index 163ac6a59..1a73bf99f 100644 --- a/front/tauri/Cargo.toml +++ b/front/tauri/Cargo.toml @@ -2,9 +2,9 @@ name = "funkwhale" version = "0.1.0" description = "A Tauri App" -authors = ["you"] -license = "" -repository = "" +authors = ["Funkwhale Collective"] +license = "AGPLv3" +repository = "https://dev.funkwhale.audio/funkwhale/funkwhale/" default-run = "funkwhale" edition = "2021" rust-version = "1.60"