mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
chore(authors): use programme title (#1478)
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
This commit is contained in:
@@ -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,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,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,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,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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user