maintainers: remove anhdle14

This commit is contained in:
Hythera
2026-05-03 11:09:56 +02:00
parent b7be6a78ae
commit fb37f20eaf
3 changed files with 2 additions and 12 deletions
-7
View File
@@ -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";
+1 -4
View File
@@ -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";
};
}