lutgen: add ozwaldorf as maintainer (package owner)

This commit is contained in:
ozwaldorf 2024-09-04 19:08:13 -04:00 committed by GitHub
parent 44b3170e75
commit feb87d9700
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;
};