diff options
-rw-r--r-- | open-source-lorries/googlemock.lorry | 3 | ||||
-rw-r--r-- | open-source-lorries/googletest.lorry | 7 |
2 files changed, 8 insertions, 2 deletions
diff --git a/open-source-lorries/googlemock.lorry b/open-source-lorries/googlemock.lorry index 281d219..972fd51 100644 --- a/open-source-lorries/googlemock.lorry +++ b/open-source-lorries/googlemock.lorry @@ -2,6 +2,7 @@ "googlemock": { "type": "svn", "url": "http://googlemock.googlecode.com/svn", - "layout": "standard" + "layout": "standard", + "description": "Obsolete (use googletest-git)" } } diff --git a/open-source-lorries/googletest.lorry b/open-source-lorries/googletest.lorry index b865081..4b9b0ba 100644 --- a/open-source-lorries/googletest.lorry +++ b/open-source-lorries/googletest.lorry @@ -2,6 +2,11 @@ "googletest": { "type": "svn", "url": "http://googletest.googlecode.com/svn", - "layout": "standard" + "layout": "standard", + "description": "Obsolete (use googletest-git)" + }, + "googletest-git": { + "type": "git", + "url": "https://github.com/google/googletest.git" } } |