terraform-docs: add anthonyroussel to maintainers

+4 -1
+4 -1
pkgs/by-name/te/terraform-docs/package.nix
··· 51 mainProgram = "terraform-docs"; 52 homepage = "https://github.com/terraform-docs/terraform-docs/"; 53 license = licenses.mit; 54 - maintainers = with maintainers; [ zimbatm ]; 55 }; 56 })
··· 51 mainProgram = "terraform-docs"; 52 homepage = "https://github.com/terraform-docs/terraform-docs/"; 53 license = licenses.mit; 54 + maintainers = with maintainers; [ 55 + zimbatm 56 + anthonyroussel 57 + ]; 58 }; 59 })