From b817fe260568d047e76023df5014f44023e230a5 Mon Sep 17 00:00:00 2001
From: Cole Bemis <colebemis@gmail.com>
Date: Thu, 14 Dec 2017 10:14:19 -0800
Subject: [PATCH] ci: Update repository url in package.json

This change allows semantic-release to automatically publish release notes again.
https://github.com/semantic-release/semantic-release/issues/199
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 20effeb..48a6917 100644
--- a/package.json
+++ b/package.json
@@ -54,7 +54,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://github.com/colebemis/feather.git"
+    "url": "https://github.com/feathericons/feather.git"
   },
   "author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
   "license": "MIT"
-- 
2.21.0