summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aspell-python
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/aspell-python')
-rw-r--r--pkgs/development/python-modules/aspell-python/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aspell-python/default.nix b/pkgs/development/python-modules/aspell-python/default.nix
index 6a814931a6af..7bf0bd859bb6 100644
--- a/pkgs/development/python-modules/aspell-python/default.nix
+++ b/pkgs/development/python-modules/aspell-python/default.nix
@@ -46,10 +46,10 @@ buildPythonPackage rec {
pythonImportsCheck = [ "aspell" ];
- meta = with lib; {
+ meta = {
description = "Python wrapper for aspell (C extension and Python version)";
homepage = "https://github.com/WojciechMula/aspell-python";
- license = licenses.bsd3;
+ license = lib.licenses.bsd3;
maintainers = [ ];
};
}