From 33c6a439448391465a8747f53ec5bc30a5d65fc6 Mon Sep 17 00:00:00 2001 From: Michal Kubecek Date: Sep 05 2022 14:44:34 +0000 Subject: git_sort: update netfilter repositories The official URL of netfilter repositories (nf and nf-next) was changed by mainline commit 1f6339e034d5 ("MAINTAINERS: netfilter: update git links") and the old repositories (with "pablo") have not been updated since May 2022. --- diff --git a/scripts/git_sort/git_sort.py b/scripts/git_sort/git_sort.py index d4881c7..fb07dcf 100755 --- a/scripts/git_sort/git_sort.py +++ b/scripts/git_sort/git_sort.py @@ -213,8 +213,8 @@ remotes = ( Head(RepoURL("gregkh/tty.git"), "tty-next"), Head(RepoURL("gregkh/usb.git"), "usb-next"), Head(RepoURL("jj/linux-apparmor.git"), "apparmor-next"), - Head(RepoURL("pablo/nf.git")), - Head(RepoURL("pablo/nf-next.git")), + Head(RepoURL("netfilter/nf.git")), + Head(RepoURL("netfilter/nf-next.git")), Head(RepoURL("horms/ipvs.git")), Head(RepoURL("horms/ipvs-next.git")), Head(RepoURL("klassert/ipsec.git")),