maintainers: remove anhdle14
This commit is contained in:
@@ -1827,13 +1827,6 @@
|
||||
githubId = 102513;
|
||||
keys = [ { fingerprint = "B7B7 582E 564E 789B FCB8 71AB 0C6D FE2F B234 534A"; } ];
|
||||
};
|
||||
anhdle14 = {
|
||||
name = "Le Anh Duc";
|
||||
email = "anhdle14@icloud.com";
|
||||
github = "anhdle14";
|
||||
githubId = 9645992;
|
||||
keys = [ { fingerprint = "AA4B 8EC3 F971 D350 482E 4E20 0299 AFF9 ECBB 5169"; } ];
|
||||
};
|
||||
anhduy = {
|
||||
email = "vo@anhduy.io";
|
||||
github = "voanhduy1512";
|
||||
|
||||
@@ -204,9 +204,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
'';
|
||||
mainProgram = "checkov";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
anhdle14
|
||||
fab
|
||||
];
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -35,7 +35,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
homepage = "https://github.com/bridgecrewio/python-hcl2";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ anhdle14 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "hcl2tojson";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user