summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/automake.lorry6
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/*"
+ ]
}
}