From 986c4e9327029c69409100642d83817bcf4a100e Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 12 Apr 2020 18:47:46 +0800 Subject: [PATCH] use consistent authors in Cargo.toml --- runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index fbe4337b..c73d3dcc 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -2,7 +2,7 @@ name = "runtime" description = "ARTIQ runtime on Zynq" version = "0.1.0" -authors = ["Sebastien Bourdeauducq "] +authors = ["M-Labs"] edition = "2018" [features]