simdjson: add meta.changelog (#523706)

This commit is contained in:
dotlambda
2026-05-26 21:51:00 +00:00
committed by GitHub
+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;