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:
parent
4d2624b258
commit
5a5a16c3e0
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user