6 rustPlatform.buildRustPackage rec {
7 pname = "git-codeowners";
10 src = fetchFromGitHub {
12 repo = "git-codeowners";
14 hash = "sha256-eF6X+fLkQ8lZIk4WPzlW7l05P90gB5nxD5Ss32Im+C8=";
17 cargoHash = "sha256-TayvqcVNCFHF5UpR1pPVRe076Pa8LS4duhnZLzYxkQM=";
20 homepage = "https://github.com/softprops/git-codeowners";
21 description = "Git extension to work with CODEOWNERS files";
22 license = licenses.mit;
23 maintainers = with maintainers; [ zimbatm ];
24 mainProgram = "git-codeowners";