From da95b1136136f774e96eb520ec8be34a15a829fb Mon Sep 17 00:00:00 2001 From: Samae Date: Tue, 18 Nov 2025 10:30:12 +0200 Subject: [PATCH] atlantis: drop maintainer not using atlantis anymore, and too little time to correctly take maintenance ownership for this software --- pkgs/by-name/at/atlantis/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/at/atlantis/package.nix b/pkgs/by-name/at/atlantis/package.nix index 0b37964f4cf0..e8df458d7a5c 100644 --- a/pkgs/by-name/at/atlantis/package.nix +++ b/pkgs/by-name/at/atlantis/package.nix @@ -35,6 +35,6 @@ buildGoModule (finalAttrs: { description = "Terraform Pull Request Automation"; mainProgram = "atlantis"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ jpotier ]; + maintainers = [ ]; }; })