diff options
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/evolution-data-server.lorry | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/open-source-lorries/evolution-data-server.lorry b/open-source-lorries/evolution-data-server.lorry index 3bfe61c..a1fd3de 100644 --- a/open-source-lorries/evolution-data-server.lorry +++ b/open-source-lorries/evolution-data-server.lorry @@ -1,6 +1,10 @@ { "evolution-data-server": { "type": "git", - "url": "git://git.gnome.org/evolution-data-server" + "url": "git://git.gnome.org/evolution-data-server", + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] } } |