pico-sdk: fix homepage link points to pkg source

The homepage linked for the package differed from the actual package
source.
This commit is contained in:
sbock 2023-08-13 15:23:38 +02:00
parent 4d2624b258
commit 5a5a16c3e0

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "https://github.com/raspberrypi/picotool";
homepage = "https://github.com/raspberrypi/pico-sdk";
description = "SDK provides the headers, libraries and build system necessary to write programs for the RP2040-based devices";
license = licenses.bsd3;
maintainers = with maintainers; [ muscaln ];