Skip to content

Commit

Permalink
chore(authors): use programme title (#1478)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
  • Loading branch information
nothingismagick committed Apr 14, 2021
1 parent fa99fda commit 7d8eb5e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion core/tauri-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion core/tauri-codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion core/tauri-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 1 addition & 5 deletions core/tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 1 addition & 5 deletions core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 1 addition & 3 deletions tooling/bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli.js/test/jest/fixtures/app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli.rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7d8eb5e

Please sign in to comment.