From 46d680458b74fcf956f6161a2b73b6b00fc2541d Mon Sep 17 00:00:00 2001 From: Daniel Herman Date: Fri, 15 Jun 2012 20:44:07 -0400 Subject: [PATCH] Fix #11905, correct package.json license URLs, closes gh-826. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index af1bca72ea..042ca3e276 100644 --- a/package.json +++ b/package.json @@ -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": {},