From 558a89c815f8fd71b1e9374096f10608a7667173 Mon Sep 17 00:00:00 2001 From: Matthias Koch Date: Tue, 10 Sep 2024 03:18:06 +0200 Subject: [PATCH] chore: remove AWS from sponsors --- build/Build.Announce.cs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build/Build.Announce.cs b/build/Build.Announce.cs index c3a09433f..b3f8c1b96 100644 --- a/build/Build.Announce.cs +++ b/build/Build.Announce.cs @@ -71,11 +71,9 @@ partial class Build } IEnumerable<(string Text, string Url)> AnnouncementSponsors => - new (string Text, string Url)[] - { - ("Octopus Deploy", "https://octopus.com/"), - ("Amazon Web Services", "https://aws.amazon.com/"), - }; + [ + ("Octopus Deploy", "https://octopus.com/") + ]; // https://api.slack.com/apps/A050ZLH0V40/incoming-webhooks? [Parameter] [Secret] readonly string SlackWebhook;