gopass: add meta.mainProgram

This commit is contained in:
Mario Rodas 2023-09-24 10:39:00 +00:00
parent d810539560
commit 4c94025309

View file

@ -73,5 +73,6 @@ buildGoModule rec {
users. We go by the UNIX philosophy and try to do one thing and do it
well, providing a stellar user experience and a sane, simple interface.
'';
mainProgram = "gopass";
};
}