timer: add caarlos0 to maintainers list
I'm adding myself to the maintainers list of the software I maintain that is available here. Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
a1c45f32e6
commit
bc805499d9
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ buildGoModule rec {
|
|||
description = "A `sleep` with progress";
|
||||
homepage = "https://github.com/caarlos0/timer";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ zowoq ];
|
||||
maintainers = with maintainers; [ zowoq caarlos0 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue