summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/httpserver
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-04-04 08:25:51 +0200
committerPol Dellaiera <pol.dellaiera@protonmail.com>2024-04-04 08:25:51 +0200
commit537d34da58a8b3e0a6e8ae7c71f257b8890ab53e (patch)
tree302dfa3ec5763dbbbf5c0d42ec736d4e57fa08b1 /pkgs/development/python-modules/httpserver
parentf126a02f2f68cad8e99ab37cd030105ee8189106 (diff)
parente52ada4e6beea931c244bf8cc4a75d8a07d62373 (diff)
Merge branch 'master' into technitium-dns-server-module
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 ];
};