okolors: adopt

This commit is contained in:
SandaruKasa
2026-06-04 19:17:30 +03:00
parent 957615498c
commit 5157bd866a
+3 -1
View File
@@ -21,7 +21,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
description = "Generate a color palette from an image using k-means clustering in the Oklab color space";
homepage = "https://github.com/Ivordir/Okolors";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = with lib.maintainers; [
sandarukasa
];
mainProgram = "okolors";
};
})