tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
overcommit: add anthonyroussel to maintainers
Anthony Roussel
3 years ago
ddb0ac63
d3237e3e
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
overcommit
default.nix
+1
-1
pkgs/development/tools/overcommit/default.nix
reviewed
···
13
13
description = "Tool to manage and configure Git hooks";
14
14
homepage = "https://github.com/sds/overcommit";
15
15
license = licenses.mit;
16
16
-
maintainers = with maintainers; [ Br1ght0ne ];
16
16
+
maintainers = with maintainers; [ Br1ght0ne anthonyroussel ];
17
17
platforms = platforms.unix;
18
18
};
19
19
}