Commit df6f5f1b authored by Harinn's avatar Harinn
Browse files

gotenberg: add miniharinn as maintainer

parent 93d4e7cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,6 +116,6 @@ buildGo126Module (finalAttrs: {
    homepage = "https://gotenberg.dev";
    changelog = "https://github.com/gotenberg/gotenberg/releases/tag/v${finalAttrs.version}";
    license = lib.licenses.mit;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ miniharinn ];
  };
})