From 5157bd866a73ee79876d3dec28a96c9e7a8f896d Mon Sep 17 00:00:00 2001 From: SandaruKasa Date: Thu, 4 Jun 2026 16:55:06 +0300 Subject: [PATCH] okolors: adopt --- pkgs/by-name/ok/okolors/package.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ok/okolors/package.nix b/pkgs/by-name/ok/okolors/package.nix index bfc88abaad6e..3851acd94b1f 100644 --- a/pkgs/by-name/ok/okolors/package.nix +++ b/pkgs/by-name/ok/okolors/package.nix @@ -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"; }; })