Skip to content
Permalink
Browse files
Fix #11905, correct package.json license URLs, closes gh-826.
  • Loading branch information
dcherman authored and dmethvin committed Jun 16, 2012
1 parent 75bed12 commit 46d6804
Showing 1 changed file with 2 additions and 2 deletions.
@@ -17,11 +17,11 @@
"licenses": [
{
"type": "MIT",
"url": "http://jquery.com/blob/master/MIT-LICENSE.txt"
"url": "http://www.opensource.org/licenses/MIT"
},
{
"type": "GPL",
"url": "http://jquery.com/blob/master/GPL-LICENSE.txt"
"url": "http://www.opensource.org/licenses/GPL-2.0"
}
],
"dependencies": {},

0 comments on commit 46d6804

Please sign in to comment.