simdjson: add meta.changelog (#523706)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user