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.
This commit is contained in:
parent
2e03f1b5ea
commit
9280dc4258
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@
|
||||||
"name": "wishthis",
|
"name": "wishthis",
|
||||||
"url": "https://wishthis.private.coffee",
|
"url": "https://wishthis.private.coffee",
|
||||||
"homemade": false,
|
"homemade": false,
|
||||||
"fork": false,
|
"fork": "https://git.private.coffee/PrivateCoffee/wishthis",
|
||||||
"tiny_description": "create and share wishlists",
|
"tiny_description": "create and share wishlists",
|
||||||
"short_description": "wishthis is a service for creating and sharing 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.",
|
"long_description": "wishthis is a service for creating wishlists. You can use it to create wishlists for yourself, or to share them with others.",
|
||||||
|
|
Loading…
Reference in a new issue