From bc6e585b5d97a05684dcd6f275ee38f287e65f7e Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 30 Jan 2020 12:46:54 -0500 Subject: [PATCH] Rephrase `author` entry in manifest --- platform/chromium/manifest.json | 2 +- platform/firefox/manifest.json | 2 +- platform/opera/manifest.json | 2 +- platform/thunderbird/manifest.json | 2 +- platform/webext/manifest.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index b55193e1a..d9559c9ce 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -1,5 +1,5 @@ { - "author": "All uBlock Origin contributors", + "author": "Raymond Hill & contributors", "background": { "page": "background.html" }, diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index 1cc427445..0fbab4a4a 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -1,5 +1,5 @@ { - "author": "All uBlock Origin contributors", + "author": "Raymond Hill & contributors", "background": { "page": "background.html" }, diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index fc1254beb..f4baf82f8 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -1,5 +1,5 @@ { - "author": "All uBlock Origin contributors", + "author": "Raymond Hill & contributors", "background": { "page": "background.html" }, diff --git a/platform/thunderbird/manifest.json b/platform/thunderbird/manifest.json index 84fcef1c2..a224d8283 100644 --- a/platform/thunderbird/manifest.json +++ b/platform/thunderbird/manifest.json @@ -5,7 +5,7 @@ "strict_min_version": "65.0" } }, - "author": "All uBlock Origin contributors", + "author": "Raymond Hill & contributors", "background": { "page": "background.html" }, diff --git a/platform/webext/manifest.json b/platform/webext/manifest.json index 91edd301a..50f675186 100644 --- a/platform/webext/manifest.json +++ b/platform/webext/manifest.json @@ -5,7 +5,7 @@ "strict_min_version": "55.0" } }, - "author": "All uBlock Origin contributors", + "author": "Raymond Hill & contributors", "background": { "page": "background.html" },