wyoming-piper: fix changelog and homepage

This commit is contained in:
Meow 2024-06-30 22:11:35 +02:00 committed by éclairevoyant
parent 2b7c73e4a6
commit 58d63778b0
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -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 ];
};