diff options
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/rangehttpserver/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/rangehttpserver/default.nix b/pkgs/development/python-modules/rangehttpserver/default.nix index d9c4512090fd..0b124dbd616d 100644 --- a/pkgs/development/python-modules/rangehttpserver/default.nix +++ b/pkgs/development/python-modules/rangehttpserver/default.nix @@ -30,11 +30,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "RangeHTTPServer" ]; - meta = with lib; { + meta = { description = "SimpleHTTPServer with support for Range requests"; homepage = "https://github.com/danvk/RangeHTTPServer"; changelog = "https://github.com/danvk/RangeHTTPServer/releases/tag/${version}"; - license = licenses.asl20; - maintainers = with maintainers; [ fab ]; + license = lib.licenses.asl20; + maintainers = with lib.maintainers; [ fab ]; }; } |
