z-lua: set meta.mainProgram
This commit is contained in:
parent
909ae835cf
commit
37a494975f
1 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/skywind3000/z.lua";
|
homepage = "https://github.com/skywind3000/z.lua";
|
||||||
description = "A new cd command that helps you navigate faster by learning your habits";
|
description = "A new cd command that helps you navigate faster by learning your habits";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.marsam ];
|
maintainers = with maintainers; [ marsam ];
|
||||||
|
mainProgram = "z.lua";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue