diff options
-rw-r--r-- | open-source-lorries/automake.lorry | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/open-source-lorries/automake.lorry b/open-source-lorries/automake.lorry index a464658..b32e12c 100644 --- a/open-source-lorries/automake.lorry +++ b/open-source-lorries/automake.lorry @@ -1,6 +1,10 @@ { "automake": { "type": "git", - "url": "git://git.savannah.gnu.org/automake.git" + "url": "git://git.savannah.gnu.org/automake.git", + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] } } |