From fbf07081a2925eacbb6f7545adcda6c3c6dbdad4 Mon Sep 17 00:00:00 2001 From: SandaruKasa Date: Tue, 23 Jun 2026 23:56:55 +0300 Subject: [PATCH] okolors: meta: more precise license --- pkgs/by-name/ok/okolors/package.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 ];