lutgen: add ozwaldorf as maintainer (#339649)

This commit is contained in:
Aleksana 2024-09-05 09:28:50 +08:00 committed by GitHub
commit 2dd2e00e51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Blazingly fast interpolated LUT generator and applicator for arbitrary and popular color palettes";
homepage = "https://github.com/ozwaldorf/lutgen-rs";
maintainers = with maintainers; [ zzzsy donovanglover ];
maintainers = with maintainers; [ ozwaldorf zzzsy donovanglover ];
mainProgram = "lutgen";
license = licenses.mit;
};