python311Packages.evohome-async: add mainProgram

This commit is contained in:
Fabian Affolter 2023-12-04 17:45:52 +01:00 committed by GitHub
parent c117e7b919
commit 10ac7f01ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,5 +44,6 @@ buildPythonPackage rec {
homepage = "https://github.com/zxdavb/evohome-async";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
mainProgram = "evo-client";
};
}