aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/overcommit/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/overcommit/default.nix')
-rw-r--r--pkgs/development/tools/overcommit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/overcommit/default.nix b/pkgs/development/tools/overcommit/default.nix
index 5fa3dfa0f03a..6b90160245d8 100644
--- a/pkgs/development/tools/overcommit/default.nix
+++ b/pkgs/development/tools/overcommit/default.nix
@@ -9,7 +9,7 @@ bundlerApp {
description = "Tool to manage and configure Git hooks";
homepage = "https://github.com/sds/overcommit";
license = licenses.mit;
- maintainers = with maintainers; [ filalex77 ];
+ maintainers = with maintainers; [ Br1ght0ne ];
platforms = platforms.unix;
};
}