summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/httpserver
diff options
context:
space:
mode:
authorAnders Johan Jamtli <anders@jamtli.no>2024-04-20 07:43:49 +0200
committerGitHub <noreply@github.com>2024-04-20 07:43:49 +0200
commitb73cc8fe46cc0406896544f5741a0a2d2730fcbe (patch)
tree931b2ae8dcafbf2f41c4079eb9b290c0557d94cc /pkgs/development/python-modules/httpserver
parent5612e8ba7b8c95820ff2a89c9da62dc84e2c55d7 (diff)
parent63ac7bec8dfd0eaba2e8b33a526a7f64500205c3 (diff)
Merge branch 'NixOS:master' into qemu-vm-virtfs-security-model
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
-rw-r--r--pkgs/development/python-modules/httpserver/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/httpserver/default.nix b/pkgs/development/python-modules/httpserver/default.nix
index 58d6c48c4e8a..6d1374075886 100644
--- a/pkgs/development/python-modules/httpserver/default.nix
+++ b/pkgs/development/python-modules/httpserver/default.nix
@@ -21,6 +21,7 @@ buildPythonPackage rec {
meta = {
description = "Asyncio implementation of an HTTP server";
+ mainProgram = "httpserver";
homepage = "https://github.com/thomwiggers/httpserver";
license = with lib.licenses; [ bsd3 ];
};