summary refs log tree commit diff
path: root/pkgs/development/tools/quicktemplate/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/quicktemplate/default.nix')
-rw-r--r--pkgs/development/tools/quicktemplate/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/quicktemplate/default.nix b/pkgs/development/tools/quicktemplate/default.nix
index 747a82740f4..9c8c979a4e8 100644
--- a/pkgs/development/tools/quicktemplate/default.nix
+++ b/pkgs/development/tools/quicktemplate/default.nix
@@ -17,7 +17,7 @@ buildGoModule rec {
     homepage = "https://github.com/valyala/quicktemplate";
     description = "Fast, powerful, yet easy to use template engine for Go";
     license = licenses.mit;
-    maintainers = with maintainers; [ chiiruno ];
+    maintainers = with maintainers; [ Madouura ];
     mainProgram = "qtc";
   };
 }