From 02fc08dbbc438f15dfb486a3779ade1e0fabfffd Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Thu, 26 Aug 2021 03:33:56 -0500 Subject: [PATCH] Fix debian repo for kiwix --- helpers/make-kiwix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/make-kiwix b/helpers/make-kiwix index bd1de0608..8c053a6ae 100644 --- a/helpers/make-kiwix +++ b/helpers/make-kiwix @@ -18,12 +18,12 @@ # VERSION=1 -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" +changelog "Backported from debian stable" compile -- GitLab