simdjson: add meta.changelog

This commit is contained in:
Robert Schütz
2026-05-24 11:10:19 -07:00
parent 0ac780c690
commit a58c28623b
+1
View File
@@ -30,6 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://simdjson.org/";
changelog = "https://github.com/simdjson/simdjson/releases/tag/${finalAttrs.src.tag}";
description = "Parsing gigabytes of JSON per second";
license = lib.licenses.asl20;
platforms = lib.platforms.all;