From 68af25ae55cf295fce10cea8628e2291b4135b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9fix=20Estrada?= Date: Thu, 21 Feb 2019 08:58:27 +0100 Subject: [PATCH] Fix open collective URL The current URL is pointing a non existing page --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bad42e6d5..52ad20bd2 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,6 @@ }, "collective": { "type": "opencollective", - "url": "https://opencollective.com/pixelfed-528" + "url": "https://opencollective.com/pixelfed" } }