nix/package: fix license meta field
All checks were successful
Build and test / check-license (push) Successful in 55s
Build and test / check (push) Successful in 1m53s
Build and test / build (push) Successful in 3m7s
Build and test / test (push) Successful in 4m55s
Build and test / docs (push) Successful in 5m42s

This commit is contained in:
2026-02-12 11:28:14 +09:00
parent 3fe6a3edea
commit 124cf9e69e

View File

@@ -88,7 +88,7 @@ buildFunction ({
'';
meta = with lib; {
license = licenses.mit;
license = licenses.bsd3;
platforms = platforms.linux ++ platforms.darwin;
inherit mainProgram;
};