nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

overcommit: add anthonyroussel to maintainers

+1 -1
+1 -1
pkgs/development/tools/overcommit/default.nix
··· 13 13 description = "Tool to manage and configure Git hooks"; 14 14 homepage = "https://github.com/sds/overcommit"; 15 15 license = licenses.mit; 16 - maintainers = with maintainers; [ Br1ght0ne ]; 16 + maintainers = with maintainers; [ Br1ght0ne anthonyroussel ]; 17 17 platforms = platforms.unix; 18 18 }; 19 19 }