python310Packages.canonicaljson: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-17 00:17:19 +01:00 committed by GitHub
parent 0a2c1a24a6
commit ef6fde65d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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