Merge pull request #307839 from cafkafk/gitprompt-rs-adopt

gitprompt-rs: add cafkafk as maintainer

authored by Nick Cao and committed by GitHub 7ca23ebd 0217bea7

+3 -3
+3 -3
pkgs/applications/version-management/gitprompt-rs/default.nix
··· 12 12 owner = "9ary"; 13 13 repo = pname; 14 14 rev = version; 15 - sha256 = "00xxz7awk01981daabp8m3kwq127y733ynijiwqgs8xvn4nkg8h6"; 15 + hash = "sha256-BqI3LbG7I/0wjzJaP8bxRwTM56joLqVaQCmAydX5vQM="; 16 16 }; 17 17 18 - cargoSha256 = "0avs833vb6q1avjbfygm55s83iy942xgqsx6qdzksry44n35s418"; 18 + cargoHash = "sha256-KBBdhiXEZz1/w6Zr/LogyceBdCn1ebfkVgGbtcdAeis="; 19 19 20 20 postPatch = '' 21 21 substituteInPlace src/main.rs \ ··· 26 26 description = "Simple Git prompt"; 27 27 homepage = "https://github.com/9ary/gitprompt-rs"; 28 28 license = with licenses; [ mpl20 ]; 29 - maintainers = with maintainers; [ isabelroses ]; 29 + maintainers = with maintainers; [ isabelroses cafkafk ]; 30 30 mainProgram = "gitprompt-rs"; 31 31 }; 32 32 }