From 094f33e4991abe05b4640bffa79426870fd97dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mudr=C3=A1k?= Date: Thu, 28 Sep 2017 14:46:33 +0200 Subject: Fix missing comma in the JSON file --- extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.json b/extension.json index 7fba642..b33fc5c 100644 --- a/extension.json +++ b/extension.json @@ -5,7 +5,7 @@ "David Mudrák" ], "url": "https://github.com/moodlehq/mediawiki-authmoodle", - "description": "Extension for MediaWiki allowing to authenticate users against Moodle database via mobile app services" + "description": "Extension for MediaWiki allowing to authenticate users against Moodle database via mobile app services", "license-name": "GPL-3.0+", "type": "auth", "AutoloadClasses": { -- cgit v1.2.3