python313Packages.ffmpeg-progress-yield: refactor

This commit is contained in:
Tom Hunze
2025-11-17 23:17:54 +01:00
parent f75df2fe5f
commit 47a647c7ea
@@ -48,12 +48,12 @@ buildPythonPackage rec {
pythonImportsCheck = [ "ffmpeg_progress_yield" ];
meta = with lib; {
meta = {
description = "Run an ffmpeg command with progress";
mainProgram = "ffmpeg-progress-yield";
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 ];
changelog = "https://github.com/slhck/ffmpeg-progress-yield/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ prusnak ];
};
}