lutgen: add myself as maintainer

This commit is contained in:
Donovan Glover
2024-01-03 09:10:49 -05:00
parent 462e54e893
commit fd4bd37291
+1 -1
View File
@@ -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;
};