diff options
author | James Moger <james.moger@gitblit.com> | 2013-05-28 07:39:01 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-05-28 07:39:01 -0400 |
commit | 034e4bc7cd5ca3271e59ebdba1b25beb37b4b73c (patch) | |
tree | 1d4d525e2c1962fe9d75675336617f84dedc3b98 /src/main/distrib/data/clientapps.json | |
parent | a90d724d123abf18b3839b79573093a21010c5a2 (diff) | |
download | gitblit-034e4bc7cd5ca3271e59ebdba1b25beb37b4b73c.tar.gz gitblit-034e4bc7cd5ca3271e59ebdba1b25beb37b4b73c.zip |
Enabled SparkleShare client menu using 1.1.0 invite handler redesign
Diffstat (limited to 'src/main/distrib/data/clientapps.json')
-rw-r--r-- | src/main/distrib/data/clientapps.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json index 0b5fa5b4..fb098ebd 100644 --- a/src/main/distrib/data/clientapps.json +++ b/src/main/distrib/data/clientapps.json @@ -71,11 +71,11 @@ "title": "SparkleShare\u2122",
"description": "an open source collaboration and sharing tool",
"legal": "released under the GPLv3 open source license",
- "cloneUrl": "sparkleshare://inviteRepo/${baseUrl}/sparkleshare/${repoUrl}.xml",
+ "cloneUrl": "sparkleshare://addProject/${baseUrl}/sparkleshare/${repoUrl}.xml",
"productUrl": "http://sparkleshare.org",
"platforms": [ "windows", "macintosh", "linux" ],
"icon": "sparkleshare_32x32.png",
"minimumPermission" : "RW+",
- "isActive": false
+ "isActive": true
}
]
\ No newline at end of file |