lutgen: add myself as maintainer

This commit is contained in:
Donovan Glover 2024-01-02 20:07:38 -05:00
parent 462e54e893
commit fd4bd37291
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

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