summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 27227f5..dea8f6f 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 <contact@friendco.de>",
+ "author": "FriendCode Inc. <contact@gitbook.com>",
"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"
}
]
}