Skip to content

Commit

Permalink
Merge pull request #21 from JeroenDeDauw/licenselabel
Browse files Browse the repository at this point in the history
Update Setup.php
  • Loading branch information
JeroenDeDauw committed Apr 14, 2016
2 parents a7e0fce + be4de0b commit 14218a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Setup.php
Expand Up @@ -46,7 +46,8 @@ private function registerExtensionCredits() {
'[https://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]',
),
'url' => 'https://github.com/JeroenDeDauw/GitHub',
'descriptionmsg' => 'github-desc'
'descriptionmsg' => 'github-desc',
'license-name' => 'GPL-2.0+'
);
}

Expand Down Expand Up @@ -140,4 +141,4 @@ public function getGitHubHookHandler() {
);
}

}
}

0 comments on commit 14218a6

Please sign in to comment.