qmk-dotty-dict: add longDescription
It should help to differentiate between it and the original dotty-dict.
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user