From df1c3a4a70fd2595d77b539299f1f7301bc60d24 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 16 Mar 2026 22:01:49 +0100 Subject: [PATCH] feat: Change contact email in patches about The new dedicated email will is specialized for patches purposes, keeping it separate from organizational/ general emails. --- patches/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/build.gradle.kts b/patches/build.gradle.kts index b0adaf6da6..87ac8faecd 100644 --- a/patches/build.gradle.kts +++ b/patches/build.gradle.kts @@ -6,7 +6,7 @@ patches { description = "Patches for ReVanced" source = "git@github.com:revanced/revanced-patches.git" author = "ReVanced" - contact = "contact@revanced.app" + contact = "patches@revanced.app" website = "https://revanced.app" license = "GNU General Public License v3.0" }