diff options
author | David Mudrák <david@moodle.com> | 2017-09-28 14:46:33 +0200 |
---|---|---|
committer | David Mudrák <david@moodle.com> | 2017-09-28 14:46:33 +0200 |
commit | 094f33e4991abe05b4640bffa79426870fd97dad (patch) | |
tree | 99c5e3b416490106a0e8f32d8efe8fb04cc108d0 | |
parent | 93b875497d8e655e874a4d1d67d5998ac9e4443f (diff) | |
download | AuthMinetest-094f33e4991abe05b4640bffa79426870fd97dad.tar.gz AuthMinetest-094f33e4991abe05b4640bffa79426870fd97dad.tar.bz2 AuthMinetest-094f33e4991abe05b4640bffa79426870fd97dad.zip |
Fix missing comma in the JSON file
-rw-r--r-- | extension.json | 2 |
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": { |