diff options
Diffstat (limited to 'pkgs/development/python-modules/btest/default.nix')
-rw-r--r-- | pkgs/development/python-modules/btest/default.nix | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/btest/default.nix b/pkgs/development/python-modules/btest/default.nix index dc36b1981940..9b7b37125d97 100644 --- a/pkgs/development/python-modules/btest/default.nix +++ b/pkgs/development/python-modules/btest/default.nix @@ -1,7 +1,8 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, pythonOlder +{ + lib, + buildPythonPackage, + fetchFromGitHub, + pythonOlder, }: buildPythonPackage rec { @@ -22,7 +23,7 @@ buildPythonPackage rec { doCheck = false; meta = with lib; { - description = "A Generic Driver for Powerful System Tests"; + description = "Generic Driver for Powerful System Tests"; homepage = "https://github.com/zeek/btest"; changelog = "https://github.com/zeek/btest/blob/${version}/CHANGES"; license = licenses.bsd3; |