qmk-dotty-dict: add longDescription

It should help to differentiate between it and the original dotty-dict.
This commit is contained in:
AndersonTorres
2021-11-21 13:47:02 -03:00
parent 2500dc815c
commit de5ed8189b

View File

@@ -14,8 +14,13 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib; {
description = "Dictionary wrapper for quick access to deeply nested keys";
homepage = "https://github.com/pawelzny/dotty_dict";
description = "Dictionary wrapper for quick access to deeply nested keys";
longDescription = ''
This is a version of dotty-dict by QMK (https://qmk.fm) since the original
dotty-dict published to pypi has non-ASCII characters that breaks with
some non-UTF8 locale settings.
'';
license = licenses.mit;
maintainers = with maintainers; [ babariviere ];
};