From 298ace1b72a6eb6e9dc6d040dae6f5578b56c8ee Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Wed, 21 Feb 2024 10:15:14 +0000 Subject: [PATCH] feat(tauri): add metadata to Cargo.toml Part-of: --- front/tauri/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"