about summary refs log tree commit diff
path: root/pkgs/development/interpreters/tcl
diff options
context:
space:
mode:
authorAndrew Brooks <andrew.brooks@flightaware.com>2021-05-21 14:28:19 -0500
committerAndrew Brooks <andrew.brooks@flightaware.com>2021-05-21 15:18:31 -0500
commitb7b9680e665fe0ec81ae52008ed93c41bb480e4e (patch)
tree11b45fc4b21242018fa58d4038eaa425aaee37d1 /pkgs/development/interpreters/tcl
parent9502d50b3ed4b4b3b7f989eacceb72e5a1ac458d (diff)
tcl: update maintainers
When I reached out to vrthra / Rahul Gopinath about this PR, he
indicated that he no longer has the time to serve as tcl maintainer
and suggested that I take on the responsibility.
Diffstat (limited to 'pkgs/development/interpreters/tcl')
-rw-r--r--pkgs/development/interpreters/tcl/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/tcl/generic.nix b/pkgs/development/interpreters/tcl/generic.nix
index 23a7c1eb1171b..beb95d51d2c1a 100644
--- a/pkgs/development/interpreters/tcl/generic.nix
+++ b/pkgs/development/interpreters/tcl/generic.nix
@@ -44,7 +44,7 @@ let
         homepage = "https://www.tcl.tk/";
         license = licenses.tcltk;
         platforms = platforms.all;
-        maintainers = with maintainers; [ vrthra ];
+        maintainers = with maintainers; [ agbrooks ];
       };
 
       passthru = rec {