python310Packages.patiencediff: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-08 23:13:17 +01:00
committed by GitHub
parent 05a0808994
commit 0341c8bca1
@@ -35,6 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "C implementation of patiencediff algorithm for Python";
homepage = "https://github.com/breezy-team/patiencediff";
changelog = "https://github.com/breezy-team/patiencediff/releases/tag/v${version}";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ wildsebastian ];
};