okolors: meta: more precise license

This commit is contained in:
SandaruKasa
2026-06-29 00:11:22 +03:00
parent 0d69db8815
commit fbf07081a2
+6 -1
View File
@@ -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
];