From d12f1ce5d940a3a775b8fbe9a134ecbfc3356426 Mon Sep 17 00:00:00 2001 From: Maximilian Antoni Date: Sun, 9 Dec 2018 15:32:22 +0100 Subject: [PATCH] Fix homepage --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f0c7c4..66322e4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@sinonjs/formatio", "version": "3.0.1", "description": "Human-readable object formatting", - "homepage": "http://busterjs.org/docs/formatio/", + "homepage": "https://sinonjs.github.io/formatio/", "author": "Christian Johansen", "license": "BSD-3-Clause", "main": "./lib/formatio",