Skip to content

Commit

Permalink
lutgen: add ozwaldorf as maintainer (package owner)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozwaldorf authored Sep 4, 2024
1 parent 44b3170 commit feb87d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/lu/lutgen/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit feb87d9

Please sign in to comment.