mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-20 15:17:06 +00:00
Renames project in .wellknown info
This commit is contained in:
parent
7bd49f1da5
commit
91d7f3ede8
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue