Commit 359f7eed authored by Martin Häcker's avatar Martin Häcker
Browse files

hns: add maintainer dwt

parent 242bfb2b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -38,6 +38,9 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
    description = "Speech-to-text CLI to transcribe voice from microphone directly to clipboard";
    homepage = "https://hns-cli.dev";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ afh ];
    maintainers = with lib.maintainers; [
      afh
      dwt
    ];
  };
})