From bc805499d9aef332715154581f94ef24fa35f81c Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 27 Mar 2023 10:48:31 -0300 Subject: [PATCH] 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 --- pkgs/tools/misc/timer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/timer/default.nix b/pkgs/tools/misc/timer/default.nix index abfd48b83a8..6332f6de64e 100644 --- a/pkgs/tools/misc/timer/default.nix +++ b/pkgs/tools/misc/timer/default.nix @@ -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 ]; }; }