Unverified Commit 3881b74f authored by éclairevoyant's avatar éclairevoyant Committed by GitHub
Browse files

Merge pull request #323656 from GrumpyMeow/fix-meta-wyoming-piper

wyoming-piper: fix changelog and homepage
parents 78810e67 58d63778
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];
  };