1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
From: Willi Mann <willi@debian.org>
Date: Fri, 5 Nov 2021 13:44:49 +0100
Subject: clam-update: Fix encoding
---
conf/logfiles/clam-update.conf | 2 +-
conf/services/clam-update.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/conf/logfiles/clam-update.conf b/conf/logfiles/clam-update.conf
index f0249e1..e331771 100644
--- a/conf/logfiles/clam-update.conf
+++ b/conf/logfiles/clam-update.conf
@@ -7,7 +7,7 @@
# Version: 1.0.1
# Minor documentation update
#
-# Written by: Lars Skjrlund <lars@skjaerlund.dk>
+# Written by: Lars Skjærlund <lars@skjaerlund.dk>
#########################################################################
#########################################################################
diff --git a/conf/services/clam-update.conf b/conf/services/clam-update.conf
index d36f9ef..b980906 100644
--- a/conf/services/clam-update.conf
+++ b/conf/services/clam-update.conf
@@ -7,7 +7,7 @@
# Version: 1.0.1
# Minor documentation update
#
-# Written by: Lars Skjrlund <lars@skjaerlund.dk>
+# Written by: Lars Skjærlund <lars@skjaerlund.dk>
#########################################################################
#########################################################################
|