atlantis: drop maintainer

not using atlantis anymore, and too little time to correctly take
maintenance ownership for this software
This commit is contained in:
Samae
2025-11-18 11:06:34 +02:00
parent 3db8153243
commit da95b11361
+1 -1
View File
@@ -35,6 +35,6 @@ buildGoModule (finalAttrs: {
description = "Terraform Pull Request Automation";
mainProgram = "atlantis";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ jpotier ];
maintainers = [ ];
};
})