diff options
author | Ben Hutchings <ben.hutchings@codethink.co.uk> | 2020-09-10 19:24:13 +0100 |
---|---|---|
committer | Ben Hutchings <ben.hutchings@codethink.co.uk> | 2020-09-10 21:57:55 +0100 |
commit | f1645c257aee39176b564338317f113660dfd265 (patch) | |
tree | 569a8d9da5fb2b49ea19496796ce08d5e1dd7177 | |
parent | 5f9c18143473871f995e1259d79f1961fa820674 (diff) | |
download | lorries-f1645c257aee39176b564338317f113660dfd265.tar.gz |
Update mirroring of FreeRTOS
FreeRTOS moved from Sourceforge to GitHub. Since it switched from
Subversion to Git, use a different name for the new mirror. Mark the
old mirror as obsolete.
-rw-r--r-- | open-source-lorries/freertos.lorry | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/freertos.lorry b/open-source-lorries/freertos.lorry index 06aed30..b611cb3 100644 --- a/open-source-lorries/freertos.lorry +++ b/open-source-lorries/freertos.lorry @@ -2,6 +2,11 @@ "freertos": { "type": "svn", "url": "http://svn.code.sf.net/p/freertos/code/", - "layout": "standard" + "layout": "standard", + "description": "Obsolete (use freertos-git)" + }, + "freertos-git": { + "type": "git", + "url": "https://github.com/FreeRTOS/FreeRTOS.git" } } |