Skip to content

Commit

Permalink
Fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Sep 9, 2019
1 parent 6eaa429 commit 89564e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SemanticBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
$GLOBALS['wgExtensionCredits']['semantic'][] = [
'path' => __FILE__,
'namemsg' => 'semantic-bundle-name',
'name' => 'AAA-sort',
'name' => 'AA Semantic Bundle',
'version' => '2.0.0',
'author' => [
'[https://www.entropywins.wtf/mediawiki Jeroen De Dauw]'
],
'url' => 'https://github.com/SemanticMediaWiki/SemanticBundle',
'description' => 'Bundle that installs and loads Semantic MediaWiki and associated extensions.',
'license-name' => 'GPL-2.0+'
'license-name' => 'GPL-2.0-or-later'
];

$GLOBALS['wgMessagesDirs']['SemanticBundle'] = __DIR__ . '/i18n';

0 comments on commit 89564e5

Please sign in to comment.