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-20 00:12:21 +0000
committerGitHub <noreply@github.com>2024-03-20 00:12:21 +0000
commit05f9a72c0e1ee63c7d354b5e7704801595f376bc (patch)
treed1a0c6f1e7bd55550e92541c81e0f9fe743c9b95 /pkgs/development/python-modules/httpserver
parent262da6e97db368738df9d0c3c1a91492267693ea (diff)
parent846bf21967a372a24963697ed01eb643469101c6 (diff)
Merge master into haskell-updates
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 ];
};