python310Packages.canonicaljson: add changelog to meta
This commit is contained in:
@@ -49,6 +49,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Encodes objects and arrays as RFC 7159 JSON";
|
||||
homepage = "https://github.com/matrix-org/python-canonicaljson";
|
||||
changelog = "https://github.com/matrix-org/python-canonicaljson/blob/v${version}/CHANGES.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user