aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mudrák <david@moodle.com>2017-09-28 14:46:33 +0200
committerDavid Mudrák <david@moodle.com>2017-09-28 14:46:33 +0200
commit094f33e4991abe05b4640bffa79426870fd97dad (patch)
tree99c5e3b416490106a0e8f32d8efe8fb04cc108d0
parent93b875497d8e655e874a4d1d67d5998ac9e4443f (diff)
downloadAuthMinetest-094f33e4991abe05b4640bffa79426870fd97dad.tar.gz
AuthMinetest-094f33e4991abe05b4640bffa79426870fd97dad.tar.bz2
AuthMinetest-094f33e4991abe05b4640bffa79426870fd97dad.zip
Fix missing comma in the JSON file
-rw-r--r--extension.json2
1 files changed, 1 insertions, 1 deletions
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": {