Unverified Commit 2c63ee45 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.ha-ffmpeg: fix changelog entry

parent a7b44927
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };