From 76055000255fb6818abfaacc00a7dc9ca38491b8 Mon Sep 17 00:00:00 2001 From: burodepeper Date: Thu, 12 Oct 2017 00:56:21 +0200 Subject: [PATCH] Update package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index dafe61454..e16ba98d1 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "hack-font", - "version": "2.0.20", + "version": "2.0.19", "description": "A typeface designed for source code", "repository": { "type": "git", - "url": "git+https://github.com/chrissimpkins/Hack.git" + "url": "git+https://github.com/source-foundry/Hack.git" }, "license": "SEE LICENSE IN LICENSE.md", "bugs": { - "url": "https://github.com/chrissimpkins/Hack/issues" + "url": "https://github.com/source-foundry/Hack/issues" }, - "homepage": "https://github.com/chrissimpkins/Hack#readme" + "homepage": "https://github.com/source-foundry/Hack#readme" }