python3Packages.ffmpeg-python: adopt

This commit is contained in:
Emily
2024-08-09 23:04:20 +01:00
parent ca80d70436
commit 69f851878e
@@ -52,6 +52,6 @@ buildPythonPackage rec {
description = "Python bindings for FFmpeg - with complex filtering support";
homepage = "https://github.com/kkroening/ffmpeg-python";
license = lib.licenses.asl20;
maintainers = [ ];
maintainers = [ lib.maintainers.emily ];
};
}