From 3544dc66507c4acefea45a836ca57c419c1a4f17 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 4 Aug 2024 16:09:44 +0300 Subject: [PATCH] Fix weird plural in author name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a35d1f96e..12ed87b10 100644 --- a/package.json +++ b/package.json @@ -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" },