timetrap: restore "t" executable

lost in 44a554792d
This commit is contained in:
Matt McHenry 2019-05-23 09:18:01 -04:00
parent 971b731fc1
commit 3ac37478b9

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";