about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCarlos Alexandro Becker <caarlos0@users.noreply.github.com>2023-03-27 10:48:31 -0300
committerCarlos Alexandro Becker <caarlos0@users.noreply.github.com>2023-03-27 10:48:31 -0300
commitbc805499d9aef332715154581f94ef24fa35f81c (patch)
tree2adb36d7a02e123f470f8da29a1029fce7823afa
parenta1c45f32e6450f052525fec74b9db0154844c638 (diff)
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>
-rw-r--r--pkgs/tools/misc/timer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/timer/default.nix b/pkgs/tools/misc/timer/default.nix
index abfd48b83a8d4..6332f6de64ec5 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 ];
   };
 }