Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit eeb2418

Browse files
committed
Update extension.json
1 parent 6039cb2 commit eeb2418

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

extension.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"url": "https://github.com/Kenny2github/Report",
88
"descriptionmsg": "report-desc",
9-
"license-name": "MIT",
9+
"license-name": "GPLv3",
1010
"type": "specialpage",
1111
"AutoloadClasses": {
1212
"ReportHooks": "Report.class.php",
@@ -28,9 +28,16 @@
2828
"BeforePageDisplay": "ReportHooks::reportsAwaitingNotice"
2929
},
3030
"GroupPermissions": {
31-
"user": { "report": true },
32-
"*": { "report": false, "handle-reports": false },
33-
"sysop": { "handle-reports": true }
31+
"user": {
32+
"report": true
33+
},
34+
"*": {
35+
"report": false,
36+
"handle-reports": false
37+
},
38+
"sysop": {
39+
"handle-reports": true
40+
}
3441
},
3542
"ResourceModules": {
3643
"ext.report": {

0 commit comments

Comments
 (0)