Merge pull request #62621 from jerith666/timetrap-t

timetrap: restore "t" executable
This commit is contained in:
Mario Rodas
2019-06-04 05:49:18 -05:00
committed by GitHub
@@ -3,7 +3,7 @@
bundlerApp { bundlerApp {
pname = "timetrap"; pname = "timetrap";
gemdir = ./.; gemdir = ./.;
exes = [ "timetrap" ]; exes = [ "t" "timetrap" ];
meta = with lib; { meta = with lib; {
description = "A simple command line time tracker written in ruby"; description = "A simple command line time tracker written in ruby";