python310Packages.bsdiff4: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-02-24 23:52:06 +01:00
committed by GitHub
parent b0cd668bb6
commit b485fa4c8b
@@ -28,6 +28,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Binary diff and patch using the BSDIFF4-format";
homepage = "https://github.com/ilanschnell/bsdiff4";
changelog = "https://github.com/ilanschnell/bsdiff4/blob/${version}/CHANGELOG.txt";
license = licenses.bsdProtection;
maintainers = with maintainers; [ ris ];
};