diff --git a/core/tauri-build/Cargo.toml b/core/tauri-build/Cargo.toml index 6e1897ea2..b059383b0 100644 --- a/core/tauri-build/Cargo.toml +++ b/core/tauri-build/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tauri-build" version = "1.0.0-beta-rc.0" -authors = [ "Tauri Community" ] +authors = [ "Tauri Programme within The Commons Conservancy" ] categories = [ "gui", "web-programming" ] license = "Apache-2.0 OR MIT" homepage = "https://tauri.studio" diff --git a/core/tauri-codegen/Cargo.toml b/core/tauri-codegen/Cargo.toml index ae7ae1e5b..d35b50502 100644 --- a/core/tauri-codegen/Cargo.toml +++ b/core/tauri-codegen/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tauri-codegen" version = "1.0.0-beta-rc.0" -authors = [ "Tauri Community" ] +authors = [ "Tauri Programme within The Commons Conservancy" ] categories = [ "gui", "web-programming" ] license = "Apache-2.0 OR MIT" homepage = "https://tauri.studio" diff --git a/core/tauri-macros/Cargo.toml b/core/tauri-macros/Cargo.toml index 004cc5a4d..025063f14 100644 --- a/core/tauri-macros/Cargo.toml +++ b/core/tauri-macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tauri-macros" version = "1.0.0-beta-rc.0" -authors = [ "Tauri Community" ] +authors = [ "Tauri Programme within The Commons Conservancy" ] categories = [ "gui", "os", "filesystem", "web-programming" ] license = "Apache-2.0 OR MIT" homepage = "https://tauri.studio" diff --git a/core/tauri-utils/Cargo.toml b/core/tauri-utils/Cargo.toml index db772a743..30d7132a0 100644 --- a/core/tauri-utils/Cargo.toml +++ b/core/tauri-utils/Cargo.toml @@ -1,11 +1,7 @@ [package] name = "tauri-utils" version = "1.0.0-beta-rc.0" -authors = [ - "Lucas Fernandes Gonçalves Nogueira ", - "Daniel Thompson-Yvetot ", - "Tensor Programming " -] +authors = [ "Tauri Programme within The Commons Conservancy" ] license = "Apache-2.0 OR MIT" homepage = "https://tauri.studio" repository = "https://github.com/tauri-apps/tauri" diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 85a8a40fd..c74777f58 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -1,11 +1,7 @@ [package] name = "tauri" version = "1.0.0-beta-rc.0" -authors = [ - "Lucas Fernandes Gonçalves Nogueira ", - "Daniel Thompson-Yvetot ", - "Tensor Programming " -] +authors = [ "Tauri Programme within The Commons Conservancy" ] categories = [ "gui", "web-programming" ] license = "Apache-2.0 OR MIT" homepage = "https://tauri.studio" diff --git a/tooling/bundler/Cargo.toml b/tooling/bundler/Cargo.toml index d2e854191..f6ccbf5cd 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -5,9 +5,7 @@ name = "tauri-bundler" version = "1.0.0-beta-rc.0" authors = [ "George Burton ", - "Lucas Fernandes Gonçalves Nogueira ", - "Daniel Thompson-Yvetot ", - "Tensor Programming " + "Tauri Programme within The Commons Conservancy" ] categories = [ "command-line-utilities", "development-tools::cargo-plugins" ] license = "Apache-2.0 OR MIT" diff --git a/tooling/cli.js/test/jest/fixtures/app/src-tauri/Cargo.toml b/tooling/cli.js/test/jest/fixtures/app/src-tauri/Cargo.toml index 963ad38d7..69589bf8a 100644 --- a/tooling/cli.js/test/jest/fixtures/app/src-tauri/Cargo.toml +++ b/tooling/cli.js/test/jest/fixtures/app/src-tauri/Cargo.toml @@ -4,7 +4,7 @@ workspace = { } name = "app" version = "0.1.0" description = "A Tauri App" -authors = [ "Daniel Thompson-Yvetot" ] +authors = [ "Tauri Programme within The Commons Conservancy" ] license = "" repository = "" edition = "2018" diff --git a/tooling/cli.rs/Cargo.toml b/tooling/cli.rs/Cargo.toml index 3dda94ffa..b3fc150c2 100644 --- a/tooling/cli.rs/Cargo.toml +++ b/tooling/cli.rs/Cargo.toml @@ -3,7 +3,7 @@ workspace = { } [package] name = "tauri-cli" version = "1.0.0-beta-rc.0" -authors = [ "Lucas Nogueira " ] +authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2018" categories = [ "gui", "web-programming" ] license = "Apache-2.0 OR MIT"