Skip to content

Commit dd6c5a5

Browse files
authored
Merge pull request #1392 from goffi-contrib/jpeg_URL
jpeg: use https: URL instead of git:
2 parents 59f6a6b + 933b498 commit dd6c5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/jpeg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class JpegRecipe(NDKRecipe):
99
name = 'jpeg'
1010
version = 'linaro-android'
11-
url = 'git://git.linaro.org/people/tomgall/libjpeg-turbo/libjpeg-turbo.git'
11+
url = 'git+https://git.linaro.org/people/tomgall/libjpeg-turbo/libjpeg-turbo'
1212

1313
patches = ['build-static.patch']
1414

0 commit comments

Comments
 (0)