diff --git a/Cargo.toml b/Cargo.toml index dc1fe1f..37a5488 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ rust-version = "1.86" [workspace.package] version = "0.4.1" -authors = ["Radu Matei "] +authors = ["Spin Framework Contributors"] edition = "2021" [workspace] diff --git a/examples/async/spin.toml b/examples/async/spin.toml index af5e2ea..8e74ef1 100644 --- a/examples/async/spin.toml +++ b/examples/async/spin.toml @@ -3,7 +3,7 @@ spin_manifest_version = 2 [application] name = "cron" version = "0.1.0" -authors = ["Thorsten Hans "] +authors = ["Spin Framework Contributors"] description = "" [[trigger.command]] diff --git a/examples/hello-world/spin.toml b/examples/hello-world/spin.toml index 727feeb..531cb0f 100644 --- a/examples/hello-world/spin.toml +++ b/examples/hello-world/spin.toml @@ -1,7 +1,7 @@ spin_manifest_version = 2 [application] -authors = ["Mikkel Mørk Hegnhøj "] +authors = ["Spin Framework Contributors"] description = "Just a command trigger" name = "command-trigger-hello-world" version = "0.1.0"