Umherirrender has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/353127 )

Change subject: Fix author, license and manifest_version in extension.json
......................................................................

Fix author, license and manifest_version in extension.json

AGPL-3.0+ is not a valid spdx license

Change-Id: Ic6c84849e77481483a9f749bd3940c4d2bdd708f
---
M extension.json
1 file changed, 4 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AutoGallery 
refs/changes/27/353127/1

diff --git a/extension.json b/extension.json
index b09e67d..2dbef4f 100644
--- a/extension.json
+++ b/extension.json
@@ -1,7 +1,7 @@
 {
        "name": "AutoGallery",
-       "license-name": "AGPL-3.0+",
-       "authors": [
+       "license-name": "AGPL-3.0",
+       "author": [
                "Kunal Mehta"
        ],
        "url": "https://www.mediawiki.org/wiki/Extension:AutoGallery";,
@@ -12,5 +12,6 @@
        },
        "Hooks": {
                "GalleryGetModes": "AutoGalleryHooks::onGalleryGetModes"
-       }
+       },
+       "manifest_version": 1
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/353127
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic6c84849e77481483a9f749bd3940c4d2bdd708f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AutoGallery
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to