From 668f2f9e2cab061d0dc4d73c321f55de27bbbbd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Sun, 11 Jan 2015 15:09:25 +0100 Subject: [PATCH] Update urls in package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 27227f531..dea8f6fcc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitbook", "version": "1.5.0", - "homepage": "http://www.gitbook.io/", + "homepage": "https://www.gitbook.com", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", "dependencies": { @@ -55,7 +55,7 @@ "book", "gitbook" ], - "author": "FriendCode ", + "author": "FriendCode Inc. ", "license": "Apache 2", "bugs": { "url": "https://github.com/GitbookIO/gitbook/issues" @@ -63,11 +63,11 @@ "contributors": [ { "name": "Aaron O'Mullan", - "email": "aaron.omullan@gmail.com" + "email": "aaron@gitbook.com" }, { "name": "Samy Pessé", - "email": "samypesse@gmail.com" + "email": "samy@gitbook.com" } ] }