Unverified Commit 89990aea authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.ffmpeg-progress-yield: add changelog to meta

parent b958bc9b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Run an ffmpeg command with progress";
    homepage = "https://github.com/slhck/ffmpeg-progress-yield";
    changelog = "https://github.com/slhck/ffmpeg-progress-yield/blob/v${version}/CHANGELOG.md";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ prusnak ];
  };