diff --git a/packages/apple-firmware/default.nix b/packages/apple-firmware/default.nix index 5365249..183855a 100644 --- a/packages/apple-firmware/default.nix +++ b/packages/apple-firmware/default.nix @@ -18,8 +18,9 @@ stdenvNoCC.mkDerivation { meta = with lib; { description = "Various apple broadcom drivers, ripped from a runner image"; - # homepage = "https://jacobxperez.github.io/atkinson-hyperlegible-pro/"; - # license = licenses.ofl; + homepage = "https://github.com/adityagarg8/apple-firmware"; + # not sure about the licenses on these + # license = licenses.unfree; platforms = platforms.all; }; }