python310Packages.ha-ffmpeg: fix changelog entry

This commit is contained in:
Fabian Affolter 2023-02-18 12:47:45 +01:00 committed by GitHub
parent a7b44927cf
commit 2c63ee458a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for Home Assistant to handle ffmpeg";
homepage = "https://github.com/home-assistant-libs/ha-ffmpeg/";
changelog = "https://github.com/home-assistant-libs/ha-ffmpeg/releases/tag/3.1.0";
changelog = "https://github.com/home-assistant-libs/ha-ffmpeg/releases/tag/${version}";
license = licenses.bsd3;
maintainers = teams.home-assistant.members;
};