python311Packages.pyvips: add meta.changelog

This commit is contained in:
Anthony Roussel
2023-11-12 13:34:25 +01:00
parent 2f11f0201c
commit 390190b64e
@@ -44,6 +44,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A python wrapper for libvips";
homepage = "https://github.com/libvips/pyvips";
changelog = "https://github.com/libvips/pyvips/blob/v${version}/CHANGELOG.rst";
license = licenses.mit;
maintainers = with maintainers; [ ccellado anthonyroussel ];
};