Renames project in .wellknown info
This commit is contained in:
@ -82,7 +82,7 @@ def instance_info(request):
|
|||||||
status_count = models.Status.objects.count()
|
status_count = models.Status.objects.count()
|
||||||
return JsonResponse({
|
return JsonResponse({
|
||||||
'uri': DOMAIN,
|
'uri': DOMAIN,
|
||||||
'title': 'FediReads',
|
'title': 'BookWyrm',
|
||||||
'short_description': 'Social reading, decentralized',
|
'short_description': 'Social reading, decentralized',
|
||||||
'description': '',
|
'description': '',
|
||||||
'email': 'mousereeve@riseup.net',
|
'email': 'mousereeve@riseup.net',
|
||||||
|
Reference in New Issue
Block a user