about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/anthemav/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/anthemav/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/anthemav/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/anthemav/default.nix b/nixpkgs/pkgs/development/python-modules/anthemav/default.nix
index 965d399d573c..00642f8cb157 100644
--- a/nixpkgs/pkgs/development/python-modules/anthemav/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/anthemav/default.nix
@@ -38,6 +38,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Python asyncio module to interface with Anthem AVM and MRX receivers";
+    mainProgram = "anthemav_monitor";
     homepage = "https://github.com/nugget/python-anthemav";
     changelog = "https://github.com/nugget/python-anthemav/releases/tag/v${version}";
     license = licenses.mit;