Forráskód Böngészése

Merge pull request #860 from NefixEstrada/patch-1

Fix open collective URL
daniel 6 éve
szülő
commit
e6286421ec
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      package.json

+ 1 - 1
package.json

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