diff options
| author | Birk <birkb@users.noreply.github.com> | 2024-03-23 15:11:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-23 15:11:41 +0000 |
| commit | 6ed0323361dbd5fe508f6687ea6d346f05fa88b8 (patch) | |
| tree | 251dca33fba937da32dc7087425498ec0b40a9c0 /pkgs/development/python-modules/httpserver | |
| parent | c3a3dcb418bf2fb1c44204fe5005c90e6e92dfc1 (diff) | |
| parent | f45c6f321785cb263b6ab3fa282d8ed557c72a47 (diff) | |
Merge branch 'master' into drbd-kernel-module
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
| -rw-r--r-- | pkgs/development/python-modules/httpserver/default.nix | 1 |
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 ]; }; |
