From 85f30dfd5b82629058930b4a86d58033199e1adb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org>
Date: Thu, 13 Apr 2023 06:35:42 +0000
Subject: [PATCH] thunderbird: update license binaries info.

---
 helpers/make-thunderbird | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/helpers/make-thunderbird b/helpers/make-thunderbird
index af0c29aa..0d88bfdb 100644
--- a/helpers/make-thunderbird
+++ b/helpers/make-thunderbird
@@ -255,6 +255,9 @@ find -name aboutRights.ftl | xargs sed -i '/rights-intro-point-5/,$d'
 find -name aboutRights.xhtml |xargs sed -i "/rights-intro-point-5/d"
 find -name aboutRights.xhtml |xargs sed -i "/rights-intro-point-6/d"
 find -name aboutRights-unbranded.xhtml |xargs sed -i "/rights-intro-point-5/d"
+
+sed -i 's/<a\ href\=\"http\:\/\/www.icedove.net\/\">Icedove\ Project<\/a>/<a\ href\=\"http\:\/\/www.trisquel.info\/\"\>Trisquel\ Project<\/a>/g' \
+    comm/mail/base/content/overrides/app-license.html
 #EO about: mods.
 
 #Debbuging tools
-- 
GitLab