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