diff options
Diffstat (limited to 'pkgs/development/python-modules/pyexploitdb')
| -rw-r--r-- | pkgs/development/python-modules/pyexploitdb/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/pyexploitdb/default.nix b/pkgs/development/python-modules/pyexploitdb/default.nix index 0dcc9fdd17f6..440d42f21942 100644 --- a/pkgs/development/python-modules/pyexploitdb/default.nix +++ b/pkgs/development/python-modules/pyexploitdb/default.nix @@ -29,11 +29,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "pyexploitdb" ]; - meta = with lib; { + meta = { description = "Library to fetch the most recent exploit-database"; homepage = "https://github.com/Hackman238/pyExploitDb"; changelog = "https://github.com/Hackman238/pyExploitDb/blob/master/ChangeLog.md"; - license = licenses.gpl3Plus; - maintainers = with maintainers; [ fab ]; + license = lib.licenses.gpl3Plus; + maintainers = with lib.maintainers; [ fab ]; }; } |
