Skip to content

Commit 6aee358

Browse files
authored
Merge pull request #70 from vdice/chore/update-project-and-example-authors
chore(*): update project and example authors
2 parents 950a91e + a4d562b commit 6aee358

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rust-version = "1.87"
77

88
[workspace.package]
99
version = "0.4.1"
10-
authors = ["Radu Matei <[email protected]>"]
10+
authors = ["Spin Framework Contributors"]
1111
edition = "2021"
1212

1313
[workspace]

examples/async/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spin_manifest_version = 2
33
[application]
44
name = "cron"
55
version = "0.1.0"
6-
authors = ["Thorsten Hans <[email protected]>"]
6+
authors = ["Spin Framework Contributors"]
77
description = ""
88

99
[[trigger.command]]

examples/hello-world/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spin_manifest_version = 2
22

33
[application]
4-
authors = ["Mikkel Mørk Hegnhøj <[email protected]>"]
4+
authors = ["Spin Framework Contributors"]
55
description = "Just a command trigger"
66
name = "command-trigger-hello-world"
77
version = "0.1.0"

0 commit comments

Comments
 (0)