Unverified Commit ef6fde65 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.canonicaljson: add changelog to meta

parent 0a2c1a24
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };