From 9f3fdf6b325a79321166462927c8178fb9e94cca Mon Sep 17 00:00:00 2001
From: Marshall Quander <marshall@quander.me>
Date: Thu, 19 Jul 2018 15:33:36 -0700
Subject: [PATCH] Package name should be hubs

---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 70db181d6..b8221fe7e 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,11 @@
 {
-  "name": "mr-social-client",
+  "name": "hubs",
   "version": "0.0.1",
   "main": "src/index.js",
   "license": "MPL-2.0",
   "repository": {
     "type": "git",
-    "url": "https://github.com/mozilla/mr-social-client.git"
+    "url": "https://github.com/mozilla/hubs.git"
   },
   "scripts": {
     "postinstall": "node ./scripts/postinstall.js",
-- 
GitLab