Fix weird plural in author name

This commit is contained in:
Elian Doran 2024-08-04 16:09:44 +03:00
parent 03cb773560
commit 3544dc6650
No known key found for this signature in database

View File

@ -6,7 +6,7 @@
"license": "AGPL-3.0-only",
"main": "./dist/electron.js",
"author": {
"name": "TriliumNext Notes Teams",
"name": "TriliumNext Notes Team",
"email": "contact@eliandoran.me",
"url": "https://github.com/TriliumNext/Notes"
},