mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 10:12:58 +00:00
python310Packages.canonicaljson: add changelog to meta
This commit is contained in:
parent
0a2c1a24a6
commit
ef6fde65d1
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user