Browse Source

chore(authors): use programme title (#1478)

Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
nothingismagick 4 years ago
parent
commit
7d8eb5effb

+ 1 - 1
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"

+ 1 - 1
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"

+ 1 - 1
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"

+ 1 - 5
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 <lucas@tauri.studio>",
-  "Daniel Thompson-Yvetot <denjell@sfosc.org>",
-  "Tensor Programming <tensordeveloper@gmail.com>"
-]
+authors = [ "Tauri Programme within The Commons Conservancy" ]
 license = "Apache-2.0 OR MIT"
 homepage = "https://tauri.studio"
 repository = "https://github.com/tauri-apps/tauri"

+ 1 - 5
core/tauri/Cargo.toml

@@ -1,11 +1,7 @@
 [package]
 name = "tauri"
 version = "1.0.0-beta-rc.0"
-authors = [
-  "Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",
-  "Daniel Thompson-Yvetot <denjell@sfosc.org>",
-  "Tensor Programming <tensordeveloper@gmail.com>"
-]
+authors = [ "Tauri Programme within The Commons Conservancy" ]
 categories = [ "gui", "web-programming" ]
 license = "Apache-2.0 OR MIT"
 homepage = "https://tauri.studio"

+ 1 - 3
tooling/bundler/Cargo.toml

@@ -5,9 +5,7 @@ name = "tauri-bundler"
 version = "1.0.0-beta-rc.0"
 authors = [
   "George Burton <burtonageo@gmail.com>",
-  "Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",
-  "Daniel Thompson-Yvetot <denjell@sfosc.org>",
-  "Tensor Programming <tensordeveloper@gmail.com>"
+  "Tauri Programme within The Commons Conservancy"
 ]
 categories = [ "command-line-utilities", "development-tools::cargo-plugins" ]
 license = "Apache-2.0 OR MIT"

+ 1 - 1
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"

+ 1 - 1
tooling/cli.rs/Cargo.toml

@@ -3,7 +3,7 @@ workspace = { }
 [package]
 name = "tauri-cli"
 version = "1.0.0-beta-rc.0"
-authors = [ "Lucas Nogueira <lucas@tauri.studio>" ]
+authors = [ "Tauri Programme within The Commons Conservancy" ]
 edition = "2018"
 categories = [ "gui", "web-programming" ]
 license = "Apache-2.0 OR MIT"