Use better naming scheme in JSON files

(unknown authors will now be represented by `-` instead of anything else, as to avoid giving credits to people with similar names)
This commit is contained in:
! Freaku 2024-02-15 18:59:02 +05:30 committed by GitHub
parent 7c4ffaf2e2
commit 196e36c08d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -1106,7 +1106,7 @@
"external_url": "", "external_url": "",
"authors": [ "authors": [
{ {
"name": "IDK", "name": "-",
"email": "", "email": "",
"discord": "" "discord": ""
} }
@ -1144,7 +1144,7 @@
"external_url": "", "external_url": "",
"authors": [ "authors": [
{ {
"name": "IDK", "name": "-",
"email": "", "email": "",
"discord": "" "discord": ""
} }
@ -1163,7 +1163,7 @@
"external_url": "", "external_url": "",
"authors": [ "authors": [
{ {
"name": "IDK", "name": "-",
"email": "", "email": "",
"discord": "" "discord": ""
} }
@ -1201,7 +1201,7 @@
"external_url": "", "external_url": "",
"authors": [ "authors": [
{ {
"name": "IDK", "name": "-",
"email": "", "email": "",
"discord": "" "discord": ""
} }
@ -1296,7 +1296,7 @@
"external_url": "", "external_url": "",
"authors": [ "authors": [
{ {
"name": "IDK", "name": "-",
"email": "", "email": "",
"discord": "" "discord": ""
} }

View file

@ -1165,7 +1165,7 @@
"external_url": "", "external_url": "",
"authors": [ "authors": [
{ {
"name": "IDK", "name": "-",
"email": "", "email": "",
"discord": "" "discord": ""
} }