Skip to content

Commit 00f9c96

Browse files
committed
Update author fields
Kerla is no longer an one-person project.
1 parent ff4b63a commit 00f9c96

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Documentation/book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# mdBook (https://github.com/rust-lang/mdBook)
33
#
44
[book]
5-
authors = ["Seiya Nuta"]
5+
authors = ["The Kerla Authors"]
66
language = "en"
77
multilingual = false
88
src = "."

exts/virtio_net/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "virtio_net"
33
version = "0.0.1"
4-
authors = ["Seiya Nuta <[email protected]>"]
4+
authors = ["The Kerla Authors"]
55
edition = "2021"
66

77
[lib]

kernel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kerla_kernel"
33
version = "0.0.4"
4-
authors = ["Seiya Nuta <[email protected]>"]
4+
authors = ["The Kerla Authors"]
55
edition = "2021"
66

77
[[bin]]

libs/kerla_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kerla_api"
33
version = "0.0.1"
4-
authors = ["Seiya Nuta <[email protected]>"]
4+
authors = ["The Kerla Authors"]
55
edition = "2021"
66

77
[lib]

libs/kerla_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kerla_utils"
33
version = "0.0.1"
4-
authors = ["Seiya Nuta <[email protected]>"]
4+
authors = ["The Kerla Authors"]
55
edition = "2021"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

libs/virtio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "virtio"
33
version = "0.0.1"
4-
authors = ["Seiya Nuta <[email protected]>"]
4+
authors = ["The Kerla Authors"]
55
edition = "2021"
66

77
[lib]

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "kerla_runtime"
33
description = "An OS-agnostic bootstrap and runtime support library for kernels."
44
version = "0.0.4"
5-
authors = ["Seiya Nuta <[email protected]>"]
5+
authors = ["The Kerla Authors"]
66
edition = "2021"
77

88
[lib]

0 commit comments

Comments
 (0)