From fcf575857ab06341f463b234afdc37129635b9fb Mon Sep 17 00:00:00 2001 From: Hwan-Joon Choi Date: Sat, 6 Sep 2014 17:02:32 -0700 Subject: [PATCH] Fix broken links git repo owner change? --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 27d08ef..a764c2b 100644 --- a/package.json +++ b/package.json @@ -2,19 +2,19 @@ "name": "grunt-concat-css", "version": "0.3.1", "description": "Concat CSS with @import statements at top and relative url preserved.", - "homepage": "https://github.com/urturn/grunt-concat-css", + "homepage": "https://github.com/webdoc/grunt-concat-css", "author": "Olivier Amblet ", "repository": { "type": "git", - "url": "https://github.com/urturn/grunt-concat-css.git" + "url": "https://github.com/webdoc/grunt-concat-css.git" }, "bugs": { - "url": "https://github.com/urturn/grunt-concat-css/issues" + "url": "https://github.com/webdoc/grunt-concat-css/issues" }, "licenses": [ { "type": "MIT", - "url": "https://github.com/urturn/grunt-concat-css/blob/master/LICENSE-MIT" + "url": "https://github.com/webdoc/grunt-concat-css/blob/master/LICENSE-MIT" } ], "engines": {