Skip to content

Commit

Permalink
Merge pull request #323656 from GrumpyMeow/fix-meta-wyoming-piper
Browse files Browse the repository at this point in the history
wyoming-piper: fix changelog and homepage
  • Loading branch information
eclairevoyant authored Jul 1, 2024
2 parents 78810e6 + 58d6377 commit 3881b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/audio/wyoming/piper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ python3Packages.buildPythonApplication rec {
doCheck = false;

meta = with lib; {
changelog = "https://github.com/rhasspy/wyoming-openwakeword/v${version}/master/CHANGELOG.md";
changelog = "https://github.com/rhasspy/wyoming-piper/v${version}/master/CHANGELOG.md";
description = "Wyoming Server for Piper";
mainProgram = "wyoming-piper";
homepage = "https://github.com/rhasspy/wyoming-openwakeword";
homepage = "https://github.com/rhasspy/wyoming-piper";
license = licenses.mit;
maintainers = with maintainers; [ hexa ];
};
Expand Down

0 comments on commit 3881b74

Please sign in to comment.