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

View File

@@ -3,7 +3,7 @@
bundlerApp {
pname = "timetrap";
gemdir = ./.;
exes = [ "timetrap" ];
exes = [ "t" "timetrap" ];
meta = with lib; {
description = "A simple command line time tracker written in ruby";