From 9280dc42585adc8f66ab5c504164091643342ed7 Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 4 Nov 2024 11:42:27 +0100 Subject: [PATCH] fix: specify fork URL for wishthis service Updated the 'fork' entry for the "wishthis" service to include its Git repository URL. This provides more clarity and points to the codebase location, aiding in better resource tracking and collaboration. --- data/services.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/services.json b/data/services.json index 12a52d1..7a8c6f8 100644 --- a/data/services.json +++ b/data/services.json @@ -574,7 +574,7 @@ "name": "wishthis", "url": "https://wishthis.private.coffee", "homemade": false, - "fork": false, + "fork": "https://git.private.coffee/PrivateCoffee/wishthis", "tiny_description": "create and share wishlists", "short_description": "wishthis is a service for creating and sharing wishlists.", "long_description": "wishthis is a service for creating wishlists. You can use it to create wishlists for yourself, or to share them with others.",