Skip to content

Commit e9d37b3

Browse files
committed
fix: Update contact email to [email protected]
1 parent 6ba4e7b commit e9d37b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Solutions/TacitRed-IOC-CrowdStrike/Package/mainTemplate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
33
"contentVersion": "1.0.0.0",
44
"metadata": {
5-
"author": "TacitRed - support@tacitred.com",
5+
"author": "TacitRed - support@data443.com",
66
"comments": "Solution template for TacitRed-IOC-CrowdStrike"
77
},
88
"parameters": {
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"variables": {
33-
"email": "support@tacitred.com",
33+
"email": "support@data443.com",
3434
"_email": "[variables('email')]",
3535
"_solutionName": "TacitRed-IOC-CrowdStrike",
3636
"_solutionVersion": "3.0.0",

0 commit comments

Comments
 (0)