about summary refs log tree commit diff
path: root/pkgs/development/tools/goresym/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/goresym/default.nix')
-rw-r--r--pkgs/development/tools/goresym/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/goresym/default.nix b/pkgs/development/tools/goresym/default.nix
index b418116896753..199d3f468f05e 100644
--- a/pkgs/development/tools/goresym/default.nix
+++ b/pkgs/development/tools/goresym/default.nix
@@ -21,6 +21,6 @@ buildGoModule rec {
     description = "Go symbol recovery tool";
     homepage = "https://github.com/mandiant/GoReSym";
     license = licenses.mit;
-    maintainers = with maintainers; [ mrhedgehog ];
+    maintainers = with maintainers; [ thehedgeh0g ];
   };
 }