From ddb0ac635709866853d4037367449ef61455ef62 Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Sun, 9 Oct 2022 21:17:46 +0200 Subject: [PATCH] overcommit: add anthonyroussel to maintainers --- pkgs/development/tools/overcommit/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/overcommit/default.nix b/pkgs/development/tools/overcommit/default.nix index d8e526d265cf..663a13af370d 100644 --- a/pkgs/development/tools/overcommit/default.nix +++ b/pkgs/development/tools/overcommit/default.nix @@ -13,7 +13,7 @@ bundlerApp { description = "Tool to manage and configure Git hooks"; homepage = "https://github.com/sds/overcommit"; license = licenses.mit; - maintainers = with maintainers; [ Br1ght0ne ]; + maintainers = with maintainers; [ Br1ght0ne anthonyroussel ]; platforms = platforms.unix; }; }