From be0b60cdeff2aa266b35a37d365376acf1f244e3 Mon Sep 17 00:00:00 2001
From: Luis Guzman <ark@switnet.org>
Date: Fri, 27 Aug 2021 14:19:00 -0500
Subject: [PATCH] Fix youtube-dl source

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

diff --git a/helpers/make-youtube-dl b/helpers/make-youtube-dl
index 59f2801a..d1f0f926 100644
--- a/helpers/make-youtube-dl
+++ b/helpers/make-youtube-dl
@@ -1,6 +1,7 @@
 #!/bin/sh
 #
 #    Copyright (C) 2011  Rubén Rodríguez <ruben@trisquel.info>
+#    Copyright (C) 2021  Luis Guzman <ark@switnet.net>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -18,8 +19,9 @@
 #
 
 VERSION=1
-EXTERNAL='deb-src http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu $UPSTREAM main'
-REPOKEY="531EE72F4C9D234C"
+EXTERNAL='deb-src http://ftp.debian.org/debian stable main'
+REPOKEY=648ACFD622F3D138
+
 
 . ./config
 
-- 
GitLab