From 24e37718cdef111ec9642bc791bf96bce81942d7 Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Thu, 26 Aug 2021 03:23:03 -0500 Subject: [PATCH] Fix debian repo for libkainjow-mustache --- helpers/make-libkainjow-mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/make-libkainjow-mustache b/helpers/make-libkainjow-mustache index bd1de0608..4571d765f 100644 --- a/helpers/make-libkainjow-mustache +++ b/helpers/make-libkainjow-mustache @@ -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 as a dependency for kiwix" compile -- GitLab