diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-02-01 22:12:50 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:35:10 +0100 |
| commit | 519ebf15195592e2970d6b876d82fa564c2f7678 (patch) | |
| tree | 3f3625d2a9ae5d55a4c6154eaaedc3946c7645c2 /book/en/book.toml | |
| parent | c2d2b1ba38dd291cfcd7e32f11d725db0ec1cf85 (diff) | |
Book: Update authors
Diffstat (limited to 'book/en/book.toml')
| -rw-r--r-- | book/en/book.toml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/book/en/book.toml b/book/en/book.toml index e134c29..50d5f16 100644 --- a/book/en/book.toml +++ b/book/en/book.toml @@ -1,5 +1,11 @@ [book] -authors = ["Jorge Aparicio, Per Lindgren and The Real-Time Interrupt-driven Concurrency developers"] +authors = [ + "The Real-Time Interrupt-driven Concurrency developers", + "Emil Fresk <emil.fresk@gmail.com>", + "Henrik Tjäder <henrik@tjaders.com>", + "Jorge Aparicio <jorge@japaric.io>", + "Per Lindgren <per.lindgren@ltu.se>", +] multilingual = false src = "src" title = "Real-Time Interrupt-driven Concurrency" |
