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"; }; })