1 { lib, rustPlatform, fetchFromGitHub }:
2 rustPlatform.buildRustPackage rec {
3 pname = "git-codeowners";
6 src = fetchFromGitHub {
8 repo = "git-codeowners";
10 sha256 = "0bzq4ridzb4l1zqrj1r0vlzkjpgfaqwky5jf49cwjhz4ybwrfpkq";
13 cargoSha256 = "00wi64v2zn8rp8fjwbdwyvl3pva5sn9xclaawp2m222dqnlszb2d";
16 homepage = "https://github.com/softprops/git-codeowners";
17 description = "a git extension to work with CODEOWNERS files";
18 license = licenses.mit;
19 maintainers = with maintainers; [ zimbatm ];