summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/httpserver
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-04-13 18:54:59 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-04-13 18:54:59 +0200
commitb4a6714571724b1bdc99a6cbfdb9c45608ba1bf1 (patch)
tree18bccee304932e7a3d64e3e49f48f2eadcf958a5 /pkgs/development/python-modules/httpserver
parenta98668b67dda7dbeb632285cb19c9074f143c954 (diff)
parenta04625379a9e842cb987197c4f273de1bea807b7 (diff)
Merge branch 'staging-next' into staging
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
-rw-r--r--pkgs/development/python-modules/httpserver/default.nix2
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 ];
};
}