diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-06 15:04:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-06 15:04:30 +0200 |
commit | 48f0e5e16de67b3870e5f3f05956978f925c2efe (patch) | |
tree | e607d11058262fc026027383676d540d123e1e9e /package/jack2 | |
parent | ec536020e947297f6fda099fe1d27bbf93fda528 (diff) |
change git urls to http(s) for a better experience for people with a corporate proxy, suggested by Alexey Brodkin
Diffstat (limited to 'package/jack2')
-rw-r--r-- | package/jack2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/jack2/Makefile b/package/jack2/Makefile index 0c110c0db..3e1e0cf02 100644 --- a/package/jack2/Makefile +++ b/package/jack2/Makefile @@ -13,7 +13,7 @@ PKG_DEPENDS:= alsa-lib libsndfile libsamplerate PKG_BUILDDEP:= python2-host alsa-lib libsndfile libsamplerate PKG_NEEDS:= threads c++ PKG_URL:= http://jackaudio.org -PKG_SITES:= git://github.com/jackaudio/jack2.git +PKG_SITES:= https://github.com/jackaudio/jack2.git include $(ADK_TOPDIR)/mk/package.mk |