Skip to content

Commit 3881b74

Browse files
Merge pull request #323656 from GrumpyMeow/fix-meta-wyoming-piper
wyoming-piper: fix changelog and homepage
2 parents 78810e6 + 58d6377 commit 3881b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/audio/wyoming/piper.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ python3Packages.buildPythonApplication rec {
3535
doCheck = false;
3636

3737
meta = with lib; {
38-
changelog = "https://github.com/rhasspy/wyoming-openwakeword/v${version}/master/CHANGELOG.md";
38+
changelog = "https://github.com/rhasspy/wyoming-piper/v${version}/master/CHANGELOG.md";
3939
description = "Wyoming Server for Piper";
4040
mainProgram = "wyoming-piper";
41-
homepage = "https://github.com/rhasspy/wyoming-openwakeword";
41+
homepage = "https://github.com/rhasspy/wyoming-piper";
4242
license = licenses.mit;
4343
maintainers = with maintainers; [ hexa ];
4444
};

0 commit comments

Comments
 (0)