diff options
Diffstat (limited to 'pkgs/development/python-modules/termplotlib')
| -rw-r--r-- | pkgs/development/python-modules/termplotlib/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/termplotlib/default.nix b/pkgs/development/python-modules/termplotlib/default.nix index c3dde9b10d7c..275b9ade8cc7 100644 --- a/pkgs/development/python-modules/termplotlib/default.nix +++ b/pkgs/development/python-modules/termplotlib/default.nix @@ -46,10 +46,10 @@ buildPythonPackage rec { "test_nolabel" ]; - meta = with lib; { + meta = { description = "Matplotlib for your terminal"; homepage = "https://github.com/nschloe/termplotlib"; - license = with licenses; [ gpl3Plus ]; - maintainers = with maintainers; [ thoughtpolice ]; + license = with lib.licenses; [ gpl3Plus ]; + maintainers = with lib.maintainers; [ thoughtpolice ]; }; } |
