Browse Source

Merge pull request #860 from NefixEstrada/patch-1

Fix open collective URL
daniel 6 years ago
parent
commit
e6286421ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -49,6 +49,6 @@
     },
     "collective": {
         "type": "opencollective",
-        "url": "https://opencollective.com/pixelfed-528"
+        "url": "https://opencollective.com/pixelfed"
     }
 }