todoman: add meta.mainProgram
This commit is contained in:
parent
742b7e4ade
commit
79e4abbb7c
1 changed files with 1 additions and 0 deletions
|
@ -93,5 +93,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
changelog = "https://github.com/pimutils/todoman/raw/v${version}/CHANGELOG.rst";
|
changelog = "https://github.com/pimutils/todoman/raw/v${version}/CHANGELOG.rst";
|
||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
maintainers = with maintainers; [ leenaars ];
|
maintainers = with maintainers; [ leenaars ];
|
||||||
|
mainProgram = "todo";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue