diff --git a/pkgs/by-name/ok/okolors/package.nix b/pkgs/by-name/ok/okolors/package.nix index a7021e50cea0..a6b12fe1e817 100644 --- a/pkgs/by-name/ok/okolors/package.nix +++ b/pkgs/by-name/ok/okolors/package.nix @@ -27,7 +27,12 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Generate a color palette from an image using k-means clustering in the Oklab color space"; homepage = "https://github.com/IanManske/Okolors"; - license = lib.licenses.mit; + license = + with lib.licenses; + OR [ + asl20 + mit + ]; maintainers = with lib.maintainers; [ sandarukasa ];