jsoncpp: add hythera as maintainer

This commit is contained in:
Hythera 2026-06-19 17:00:12 +02:00
commit 1ec1e0a721
No known key found for this signature in database
GPG key ID: BB9A92D3FD105A63

View file

@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/open-source-parsers/jsoncpp/releases/tag/${finalAttrs.src.tag}";
homepage = "https://github.com/open-source-parsers/jsoncpp";
description = "C++ library for interacting with JSON";
maintainers = [ ];
maintainers = with lib.maintainers; [ hythera ];
license = lib.licenses.mit;
platforms = lib.platforms.all;
};