update package metadata

This commit is contained in:
Reid 2024-05-22 23:52:34 -07:00
parent f45fcd49d9
commit 4d32b93753

View file

@ -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;
};
}