diff options
| author | Oren Rozen <countoren@gmail.com> | 2020-05-25 16:55:10 -0500 |
|---|---|---|
| committer | Oren Rozen <countoren@gmail.com> | 2020-05-25 16:55:10 -0500 |
| commit | 4d58f006ff4a6bdedcce793057c8533d8e73ed2a (patch) | |
| tree | 1bc0ea96b367947522d2bfedc5fe5f00536c8121 /pkgs/development/python-modules/httpserver/default.nix | |
| parent | e708176d43f11823054d07a1ad8db79e8e5e291c (diff) | |
| parent | 673b122836136e58842b316bcb49158c8322132a (diff) | |
Merge branch 'updateSettings' into vscode-utils/vscodeEnv
Diffstat (limited to 'pkgs/development/python-modules/httpserver/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/httpserver/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/httpserver/default.nix b/pkgs/development/python-modules/httpserver/default.nix index 3bd61ec8afae..830e0c9b1bf2 100644 --- a/pkgs/development/python-modules/httpserver/default.nix +++ b/pkgs/development/python-modules/httpserver/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { meta = { description = "Asyncio implementation of an HTTP server"; - homepage = https://github.com/thomwiggers/httpserver; + homepage = "https://github.com/thomwiggers/httpserver"; license = with lib.licenses; [ bsd3 ]; }; } |
