diff options
author | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2013-10-24 11:02:12 +0100 |
---|---|---|
committer | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2013-10-24 11:02:12 +0100 |
commit | 8aad22a3620c5286881d0a772bfed0bc963164b4 (patch) | |
tree | 74c86a7d71d1127df4fc7b12497bc4a49da99dc0 /open-source-lorries/libgcrypt.lorry | |
parent | 4f3baf9b3e568778e54eb44321bb6e3614b2a97c (diff) | |
download | lorries-8aad22a3620c5286881d0a772bfed0bc963164b4.tar.gz |
Fix some refspecs
Diffstat (limited to 'open-source-lorries/libgcrypt.lorry')
-rw-r--r-- | open-source-lorries/libgcrypt.lorry | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/open-source-lorries/libgcrypt.lorry b/open-source-lorries/libgcrypt.lorry index b4175e1..2473107 100644 --- a/open-source-lorries/libgcrypt.lorry +++ b/open-source-lorries/libgcrypt.lorry @@ -1,6 +1,7 @@ { "libgcrypt": { "type": "git", - "url": "git://git.gnupg.org/libgcrypt" + "url": "git://git.gnupg.org/libgcrypt", + "refspecs": [ "+refs/heads/*:refs/heads/*", "+refs/tags/*:refs/tags/*" ] } } |