]> git.proxmox.com Git - libgit2.git/blobdiff - tests/online/remotes.c
New upstream version 1.4.3+dfsg.1
[libgit2.git] / tests / online / remotes.c
index f7fe4142ff4007567bd9633f2b2f1f7b062d1da2..887874d9285ffd367eedcbcc4be944c30db6285b 100644 (file)
@@ -1,6 +1,6 @@
 #include "clar_libgit2.h"
 
-#define URL "git://github.com/libgit2/TestGitRepository"
+#define URL "https://github.com/libgit2/TestGitRepository"
 #define REFSPEC "refs/heads/first-merge:refs/remotes/origin/first-merge"
 
 static int remote_single_branch(git_remote **out, git_repository *repo, const char *name, const char *url, void *payload)