glaze: add meta.homepage, meta.changelog

This commit is contained in:
Harinn
2026-03-27 22:14:25 +07:00
parent a90e815715
commit 790d44e4c7
+2
View File
@@ -31,6 +31,8 @@ stdenv.mkDerivation (finalAttrs: {
];
meta = {
homepage = "https://stephenberry.github.io/glaze/";
changelog = "https://github.com/stephenberry/glaze/releases/tag/v${finalAttrs.version}";
description = "Extremely fast, in memory, JSON and interface library for modern C++";
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ moni ];