Unverified Commit 2dd2e00e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

lutgen: add ozwaldorf as maintainer (#339649)

parents ad601344 feb87d97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };