summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/httpserver
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-19 06:01:43 +0000
committerGitHub <noreply@github.com>2024-03-19 06:01:43 +0000
commit66eeab8faf9779c6e990a978e46471ba2d0a7d2a (patch)
tree59ef31658d52add31692e42d855b8fce95c73569 /pkgs/development/python-modules/httpserver
parentb727e4cb210367459e4299f8521d9c781fe70fc5 (diff)
parent8ee0e6664b4d07c288c8c303dcb682ff23bde432 (diff)
Merge staging-next into staging
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 ];
};