git-fire: set meta.mainProgram
This commit is contained in:
parent
5b494333fc
commit
9abb78b9ed
1 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@ stdenv.mkDerivation {
|
||||||
homepage = "https://github.com/qw3rtman/git-fire";
|
homepage = "https://github.com/qw3rtman/git-fire";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.swflint ];
|
maintainers = with maintainers; [ swflint ];
|
||||||
|
mainProgram = "git-fire";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue