diff --git a/sync-all b/sync-all
index a585e9a9693cd88381ef924ffc42fc86e38b6d18..4b4b7a3f7842dd6133dc66bc72e413f4fa44e3fe 100755
--- a/sync-all
+++ b/sync-all
@@ -19,7 +19,7 @@ my $bare_flag = ""; # NOT the opposite of checked_out_flag (describes local repo
 
 my %tags;
 
-my $GITHUB = qr!(?:git@|git://|https://)github.com!;
+my $GITHUB = qr!(?:git@|git://|https://|http://)github.com!;
 
 sub inDir {
     my $dir = shift;