diff options
author | James Moger <james.moger@gitblit.com> | 2014-03-21 11:29:11 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-04-10 18:58:09 -0400 |
commit | 7569e8f542ffcc049797f0cf5b79562d5852fb30 (patch) | |
tree | de2c79ee2abf091af5f4b9d597f6de1bb6a376d7 /src/main/distrib/data | |
parent | c910bee1c4a6c7b4f0a0595ce59759fc0c67c32b (diff) | |
download | gitblit-7569e8f542ffcc049797f0cf5b79562d5852fb30.tar.gz gitblit-7569e8f542ffcc049797f0cf5b79562d5852fb30.zip |
Improve Sparkleshare integration, but leave disabled for now
Diffstat (limited to 'src/main/distrib/data')
-rw-r--r-- | src/main/distrib/data/clientapps.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json index 31e53efd..a19cbcc8 100644 --- a/src/main/distrib/data/clientapps.json +++ b/src/main/distrib/data/clientapps.json @@ -82,7 +82,7 @@ "title": "SparkleShare\u2122",
"description": "an open source collaboration and sharing tool",
"legal": "released under the GPLv3 open source license",
- "cloneUrl": "sparkleshare://addProject/${baseUrl}/sparkleshare/${repoUrl}.xml",
+ "cloneUrl": "sparkleshare://addProject/${baseUrl}/sparkleshare/${username}@${repository}.xml",
"productUrl": "http://sparkleshare.org",
"transports": [ "ssh" ],
"platforms": [ "windows", "macintosh", "linux" ],
|