Merge pull request #248921 from 0xSbock/rpi_pico-sdk_homepage_fix

pico-sdk: fix homepage link points to pkg source
This commit is contained in:
Weijia Wang
2023-08-13 16:34:54 +02:00
committed by GitHub
@@ -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 ];