Skip to content

Commit 95b17b5

Browse files
authored
Merge pull request #2028 from hermit-os/hermit-authors
chore(Cargo.toml): replace list of authors
2 parents 9f5a2ce + 07f0360 commit 95b17b5

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

Cargo.toml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
[package]
22
name = "hermit-kernel"
33
version = "0.12.0"
4-
authors = [
5-
"Stefan Lankes <[email protected]>",
6-
"Colin Finck <[email protected]>",
7-
"Martin Kröning <[email protected]>",
8-
"Frederik Schulz",
9-
"Thomas Lambertz",
10-
"Jonathan Klimt <[email protected]>",
11-
"Jonathan Schwender",
12-
"Daniel Krebs",
13-
"Yu Duan",
14-
]
4+
authors = ["The Hermit Project Developers"]
155
license = "MIT OR Apache-2.0"
166
readme = "README.md"
177
keywords = ["unikernel", "libos"]

0 commit comments

Comments
 (0)