python3Packages.adb-enhanced: add meta.mainProgram

This commit is contained in:
Samuel Gräfenstein 2021-04-27 19:29:36 +02:00
parent 317cc8fad0
commit 5503ef1df4
No known key found for this signature in database
GPG key ID: EF76A063F15C63C8

View file

@ -30,5 +30,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ashishb/adb-enhanced";
license = licenses.asl20;
maintainers = with maintainers; [ vtuan10 ];
mainProgram = "adbe";
};
}