From da2372b19cff52b362ced933691f3b91a0678b04 Mon Sep 17 00:00:00 2001 From: Eivind Alexander Bergem Date: Fri, 4 Mar 2022 10:34:37 +0100 Subject: [PATCH] Fixed broken link in rp-pico Cargo.toml --- boards/rp-pico/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/rp-pico/Cargo.toml b/boards/rp-pico/Cargo.toml index f7b048c..979da31 100644 --- a/boards/rp-pico/Cargo.toml +++ b/boards/rp-pico/Cargo.toml @@ -3,7 +3,7 @@ name = "rp-pico" version = "0.3.0" authors = ["evan "] edition = "2018" -homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pico" +homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/rp-pico" description = "Board Support Package for the Raspberry Pi Pico" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal.git"