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

This commit is contained in:
Fabian Affolter 2023-02-27 08:18:42 +01:00 committed by GitHub
parent b958bc9bdb
commit 89990aeae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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