Quellcode durchsuchen

Merge pull request #860 from NefixEstrada/patch-1

Fix open collective URL
daniel vor 6 Jahren
Ursprung
Commit
e6286421ec
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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"
     }
 }