From 13329f65e16da35ef036e6d6c52cabebe4f864e8 Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Sep 27 2022 08:23:33 +0000 Subject: Merge remote-tracking branch 'origin/users/mkubecek/scripts/for-next' into scripts --- 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")),