From 16473cb44c412466c9df1a63da7021975b2d066a Mon Sep 17 00:00:00 2001 From: Paul Young Date: Tue, 10 Jun 2014 18:00:54 -0400 Subject: [PATCH] Fix link to license in package.json * Fixes #1. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4d0950..b9c0d78 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "licenses": [ { "type": "MIT", - "url": "http://gridstylesheets.org/docs/grunt//blob/master/LICENSE-MIT" + "url": "https://github.com/the-gss/grunt-gss-compiler/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js",