From 466aa12c9bbe505d9f3704161c2beff5b8111aa4 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 6 May 2019 15:11:20 +0200 Subject: [PATCH] scripts/added-to-stable: change to https in url. --- scripts/added-to-stable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/added-to-stable b/scripts/added-to-stable index b5fe361edee..e4402db898e 100755 --- a/scripts/added-to-stable +++ b/scripts/added-to-stable @@ -147,7 +147,7 @@ reply() echo " $SUBJECT" echo echo "to the $KERNEL-stable tree which can be found at:" - echo " http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary" + echo " https://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary" echo echo "The filename of the patch is:" echo " " `basename "$PATCH"` -- 2.47.2