From 6264647217c9808166c3a5932d5e2f8d3678387a Mon Sep 17 00:00:00 2001 From: jsjolund <j.sjolund@gmail.com> Date: Fri, 15 Dec 2017 06:16:53 +0100 Subject: [PATCH] Update authors --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3e6c0c7..3cb2cf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] -authors = ["Jorge Aparicio <jorge@japaric.io>"] +authors = ["Johannes Sjölund <j.sjolund@gmail.com>", "Jorge Aparicio <jorge@japaric.io>", "Per Lindgren <per.lindgren@ltu.se>"] categories = ["asynchronous", "embedded", "hardware-support", "no-std"] -description = "Board Support Crate for the STM32F3DISCOVERY" +description = "Board Support Crate for the Nucleo-64 stm32f401x" documentation = "https://docs.rs/f3" keywords = ["arm", "cortex-m", "stm32"] license = "MIT OR Apache-2.0" name = "f4" -repository = "https://github.com/japaric/f3" +repository = "https://github.com/jsjolund/f4" version = "0.1.0" [dependencies] -- GitLab