diff options
author | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2014-03-06 10:50:50 +0000 |
---|---|---|
committer | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2014-03-06 10:50:50 +0000 |
commit | f3e096c8495868907cb9d2302f38321e986dc99a (patch) | |
tree | 4f567822ee80a45d38ed59246db50734c365c70e | |
parent | a30aced799fc1f8ca393f0c61714c2a0bbb0daf6 (diff) | |
parent | 3f7e9aa79c5f5840ed995994cadce29abb6d9733 (diff) | |
download | lorries-f3e096c8495868907cb9d2302f38321e986dc99a.tar.gz |
Merge remote-tracking branch 'remotes/origin/jonathanmaw/xkbcommon-from-github'
-rw-r--r-- | open-source-lorries/xorg-lib-libxkbcommon.lorry | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/open-source-lorries/xorg-lib-libxkbcommon.lorry b/open-source-lorries/xorg-lib-libxkbcommon.lorry index c392ffd..5b31f5f 100644 --- a/open-source-lorries/xorg-lib-libxkbcommon.lorry +++ b/open-source-lorries/xorg-lib-libxkbcommon.lorry @@ -1,6 +1,10 @@ { "xorg-lib-libxkbcommon": { "type": "git", - "url": "git://anongit.freedesktop.org/xorg/lib/libxkbcommon" + "url": "git://github.com/xkbcommon/libxkbcommon", + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] } } |