diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/distrib/data/clientapps.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json index 94cb128c..b5c25f17 100644 --- a/src/main/distrib/data/clientapps.json +++ b/src/main/distrib/data/clientapps.json @@ -93,11 +93,10 @@ {
"name": "TortoiseGit",
"title": "TortoiseGit",
- "description": "The coolest Interface to Git Version Control",
+ "description": "Windows Shell Interface to Git",
"legal": "released under the GPLv2 open source license",
"cloneUrl": "tgit://clone/${repoUrl}",
"productUrl": "http://www.tortoisegit.org",
- "transports": [ "http", "https" ],
"platforms": [ "windows" ],
"icon": "tortoise32.png",
"isActive": true
|