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

Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
This commit is contained in:
nothingismagick
2021-04-14 20:11:08 +02:00
committed by GitHub
parent fa99fda0cf
commit 7d8eb5effb
8 changed files with 8 additions and 18 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"