hns: add maintainer dwt
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user