python3Packages.av: remove libav reference

This commit is contained in:
Emily
2024-08-25 18:09:01 +01:00
parent b2d74c3088
commit 744da98b10

View File

@@ -94,7 +94,7 @@ buildPythonPackage rec {
];
meta = with lib; {
description = "Pythonic bindings for FFmpeg/Libav";
description = "Pythonic bindings for FFmpeg";
mainProgram = "pyav";
homepage = "https://github.com/PyAV-Org/PyAV";
changelog = "https://github.com/PyAV-Org/PyAV/blob/v${version}/CHANGELOG.rst";