python310Packages.patiencediff: add changelog to meta
This commit is contained in:
parent
05a0808994
commit
0341c8bca1
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue