z-lua: set meta.mainProgram

conduit-nginx
figsoda 2021-10-21 09:12:30 -04:00
parent 909ae835cf
commit 37a494975f
1 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/skywind3000/z.lua";
description = "A new cd command that helps you navigate faster by learning your habits";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = with maintainers; [ marsam ];
mainProgram = "z.lua";
};
}