From 124cf9e69e3ac7277df30e616a65db9b77e4dad3 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 12 Feb 2026 11:28:14 +0900 Subject: [PATCH] nix/package: fix license meta field --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index 734fa5b..fc4ae36 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -88,7 +88,7 @@ buildFunction ({ ''; meta = with lib; { - license = licenses.mit; + license = licenses.bsd3; platforms = platforms.linux ++ platforms.darwin; inherit mainProgram; };