nlohmann_json: update meta information

Update meta.description and meta.homepage to match the GitHub About.
Add meta.changelog
This commit is contained in:
Shamrock Lee 2021-09-08 16:47:38 +08:00
parent d9f78e95ba
commit 18bd22822c

View File

@ -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;
};