From 6df702ae2ea359d82d3bbea202e6b429645ff81b Mon Sep 17 00:00:00 2001
From: Luis Guzman <ark@switnet.org>
Date: Fri, 27 Aug 2021 09:47:16 -0500
Subject: [PATCH] Fix debian repo update for libtgvoip

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

diff --git a/helpers/make-libtgvoip b/helpers/make-libtgvoip
index 7d461f5d..fbd66536 100644
--- a/helpers/make-libtgvoip
+++ b/helpers/make-libtgvoip
@@ -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