From 6279b8be3335c399c60daa4e23f14e76524c64c7 Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Fri, 27 Aug 2021 09:43:18 -0500 Subject: [PATCH] Fix debian repo update for libtgowt --- helpers/make-libtgowt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/make-libtgowt b/helpers/make-libtgowt index 1a02297a..1f031f4e 100644 --- a/helpers/make-libtgowt +++ b/helpers/make-libtgowt @@ -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=648ACFD622F3D138 BACKPORT=true . ./config -changelog "Backported from debian stable-backports as telegram-desktop dependency" +changelog "Backported from debian stable as telegram-desktop dependency" compile -- GitLab