Commit da95b113 authored by Samae's avatar Samae
Browse files

atlantis: drop maintainer

not using atlantis anymore, and too little time to correctly take
maintenance ownership for this software
parent 3db81532
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@ buildGoModule (finalAttrs: {
    description = "Terraform Pull Request Automation";
    mainProgram = "atlantis";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ jpotier ];
    maintainers = [ ];
  };
})