Merge pull request #296236 from Janik-Haag/git-revise
git-revise: add meta.mainProgram
This commit is contained in:
commit
ac90ec3302
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/mystor/git-revise";
|
||||
changelog = "https://github.com/mystor/git-revise/blob/${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
mainProgram = "git-revise";
|
||||
maintainers = with maintainers; [ emily ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue