hns: add maintainer dwt

This commit is contained in:
Martin Häcker
2026-01-26 22:04:17 +01:00
parent 242bfb2b31
commit 359f7eed9f
+4 -1
View File
@@ -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
];
};
})