Skip to content

Commit 67d6d4a

Browse files
fix: use our fork of slack notifications extension (#139)
1 parent d5758dd commit 67d6d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mediawiki/scripts/install_extensions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ php composer.phar update
5555

5656
# Install SlackNotifications extension
5757
pushd /tmp
58-
wget https://github.com/kulttuuri/SlackNotifications/archive/master.zip
58+
wget https://github.com/metakgp/SlackNotifications/archive/master.zip
5959

6060
unzip master.zip
6161
mv SlackNotifications-master/ /srv/mediawiki/extensions/SlackNotifications/

0 commit comments

Comments
 (0)