summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-05-05 17:20:11 +0200
committerTim-Philipp Müller <tim@centricular.com>2018-06-22 16:06:17 +0200
commit069b11eeb955fdbc88ae755690de4c87c398ffe7 (patch)
tree3708a1d5c19e30454a8a491cc9d89be78e517750 /recipes
parent4653f8b80735d60b9b72368760d8daae2e13328e (diff)
build-tools: mingw-regex: use https:// for git repo
https://bugzilla.gnome.org/show_bug.cgi?id=743235
Diffstat (limited to 'recipes')
-rw-r--r--recipes/build-tools/mingw-regex.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/build-tools/mingw-regex.recipe b/recipes/build-tools/mingw-regex.recipe
index 7891bd3d..28ea5773 100644
--- a/recipes/build-tools/mingw-regex.recipe
+++ b/recipes/build-tools/mingw-regex.recipe
@@ -7,7 +7,7 @@ class Recipe(recipe.Recipe):
files_libs = ['libregex']
files_devel = ['include/regex.h']
autoreconf = True
- remotes = {'origin': 'git://git.code.sf.net/p/mingw/regex'}
+ remotes = {'origin': 'https://git.code.sf.net/p/mingw/regex'}
commit = '7aa7b79d53a4b275d70397b424acffc57dbcf7a2'
patches = ['mingw-regex/0001-Fix-compilation.patch']