We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78810e6 + 58d6377 commit 3881b74Copy full SHA for 3881b74
pkgs/tools/audio/wyoming/piper.nix
@@ -35,10 +35,10 @@ python3Packages.buildPythonApplication rec {
35
doCheck = false;
36
37
meta = with lib; {
38
- changelog = "https://github.com/rhasspy/wyoming-openwakeword/v${version}/master/CHANGELOG.md";
+ changelog = "https://github.com/rhasspy/wyoming-piper/v${version}/master/CHANGELOG.md";
39
description = "Wyoming Server for Piper";
40
mainProgram = "wyoming-piper";
41
- homepage = "https://github.com/rhasspy/wyoming-openwakeword";
+ homepage = "https://github.com/rhasspy/wyoming-piper";
42
license = licenses.mit;
43
maintainers = with maintainers; [ hexa ];
44
};
0 commit comments