From ac7dd4c60a7cd45dfc99068883aec9b28d7abd4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 28 Sep 2017 15:36:17 +0200 Subject: [PATCH] Gulp: fixed project name and repo URL --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 84365d1..abaec8d 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "pillar", + "name": "blender-cloud", "repository": { "type": "git", - "url": "https://github.com/armadillica/pillar.git" + "url": "git://git.blender.org/blender-cloud.git" }, "author": "Blender Institute", "license": "GPL-2.0",