Unverified Commit 390190b6 authored by Anthony Roussel's avatar Anthony Roussel
Browse files

python311Packages.pyvips: add meta.changelog

parent 2f11f020
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };