lol

pico-sdk: fix homepage link points to pkg source

The homepage linked for the package differed from the actual package
source.

sbock 5a5a16c3 4d2624b2

+1 -1
+1 -1
pkgs/development/libraries/pico-sdk/default.nix
··· 26 26 ''; 27 27 28 28 meta = with lib; { 29 - homepage = "https://github.com/raspberrypi/picotool"; 29 + homepage = "https://github.com/raspberrypi/pico-sdk"; 30 30 description = "SDK provides the headers, libraries and build system necessary to write programs for the RP2040-based devices"; 31 31 license = licenses.bsd3; 32 32 maintainers = with maintainers; [ muscaln ];