From 18bd22822c1054b74d165597ee504cece999cec8 Mon Sep 17 00:00:00 2001 From: Shamrock Lee <44064051+ShamrockLee@users.noreply.github.com> Date: Wed, 8 Sep 2021 16:47:38 +0800 Subject: nlohmann_json: update meta information Update meta.description and meta.homepage to match the GitHub About. Add meta.changelog --- pkgs/development/libraries/nlohmann_json/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries/nlohmann_json/default.nix') diff --git a/pkgs/development/libraries/nlohmann_json/default.nix b/pkgs/development/libraries/nlohmann_json/default.nix index 2854074ef14..e152c4fa20a 100644 --- a/pkgs/development/libraries/nlohmann_json/default.nix +++ b/pkgs/development/libraries/nlohmann_json/default.nix @@ -26,8 +26,9 @@ stdenv.mkDerivation rec { postInstall = "rm -rf $out/lib64"; meta = with lib; { - description = "Header only C++ library for the JSON file format"; - homepage = "https://github.com/nlohmann/json"; + description = "JSON for Modern C++"; + homepage = "https://json.nlohmann.me"; + changelog = "https://github.com/nlohmann/json/blob/develop/ChangeLog.md"; license = licenses.mit; platforms = platforms.all; }; -- cgit 1.4.1