diff options
-rw-r--r-- | open-source-lorries/navit-svn.lorry | 7 | ||||
-rw-r--r-- | open-source-lorries/navit.lorry | 16 |
2 files changed, 7 insertions, 16 deletions
diff --git a/open-source-lorries/navit-svn.lorry b/open-source-lorries/navit-svn.lorry new file mode 100644 index 0000000..659c836 --- /dev/null +++ b/open-source-lorries/navit-svn.lorry @@ -0,0 +1,7 @@ +{ + "navit-svn": { + "type": "svn", + "url": "http://svn.code.sf.net/p/navit/code", + "layout": "standard" + } +} diff --git a/open-source-lorries/navit.lorry b/open-source-lorries/navit.lorry deleted file mode 100644 index 540776b..0000000 --- a/open-source-lorries/navit.lorry +++ /dev/null @@ -1,16 +0,0 @@ -{ - "navit": { - "type": "bzr", - "url": "lp:navit" - }, - "navit-svn": { - "type": "svn", - "url": "http://svn.code.sf.net/p/navit/code/!svn/vcc/default", - "layout": "standard", - "refspecs": [ - "+refs/tags/*", - "+refs/heads/*" - ] - } -} - |