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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};