From 5fc2a238b2f60fcbed591b01a9dd3ee3c2596fcb Mon Sep 17 00:00:00 2001 From: Tomas Norre Mikkelsen <tomasnorre@gmail.com> Date: Fri, 15 Feb 2019 11:25:13 +0100 Subject: [PATCH] [TASK] Replace IRC with Slack in composer support section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove reference to irc as it is not used anymore. Linking to Slack instead. Resolves: #87720 Releases: master, 9.5, 8.7 Change-Id: I7dea0d62329e8e361b8ac37a1d18b9f9f8603943 Reviewed-on: https://review.typo3.org/c/59705 Tested-by: TYPO3com <noreply@typo3.com> Tested-by: Björn Jacob <bjoern.jacob@tritum.de> Tested-by: Josef Glatz <josef.glatz@typo3.org> Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by: Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by: Josef Glatz <josef.glatz@typo3.org> Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8f9197181d77..5ab846b921f6 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "support": { "general": "https://typo3.org/support/", "issues": "https://forge.typo3.org", - "irc": "irc://irc.freenode.net/#typo3-cms", + "slack": "https://typo3.slack.com", "news": "nntp://lists.typo3.org" }, "config": { -- GitLab