Unverified Commit 55ef10a6 authored by Alexis Hildebrandt's avatar Alexis Hildebrandt Committed by GitHub
Browse files

hns: add maintainer dwt (#483631)

parents 892a4046 359f7eed
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
    ];
  };
})