tasktimer: add caarlos0 to maintainers list
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
a1c45f32e6
commit
6cbbc16379
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ buildGoModule rec {
|
|||
description = "Task Timer (tt) is a dead simple TUI task timer";
|
||||
homepage = "https://github.com/caarlos0/tasktimer";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ abbe ];
|
||||
maintainers = with maintainers; [ abbe caarlos0 ];
|
||||
mainProgram = "tt";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue