From 21ce53a7fcdf277013ed898908d94314fe0f5a97 Mon Sep 17 00:00:00 2001
From: Luis Guzman <ark@switnet.org>
Date: Thu, 26 Aug 2021 01:04:40 -0500
Subject: [PATCH] Fix debian repository upgrade/change

---
 helpers/make-zimlib | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helpers/make-zimlib b/helpers/make-zimlib
index 4d3687d92..f65bee1ef 100644
--- a/helpers/make-zimlib
+++ b/helpers/make-zimlib
@@ -18,12 +18,12 @@
 #
 
 VERSION=2
-EXTERNAL='deb-src http://ftp.debian.org/debian stable-backports main'
+EXTERNAL='deb-src http://ftp.debian.org/debian stable main'
 REPOKEY=04EE7237B7D453EC
 BACKPORT=true
 
 . ./config
 
-changelog "Backported from debian stable backports as a dependency for kiwix"
+changelog "Backported from debian stable as a dependency for kiwix"
 
 compile
-- 
GitLab