Commit 0174747544661e12905d13155a2a994d4d93cab5
use ssbc/patchwork for updates now!
Matt McKegg committed on 3/16/2017, 1:06:19 PMParent: 1cb5a37a32f05f213c4ce435539e108dc627b8d7
Files changed
lib/latest-update.js | changed |
lib/latest-update.js | ||
---|---|---|
@@ -8,9 +8,9 @@ | ||
8 | 8 | update.sync = Value(false) |
9 | 9 | var version = packageInfo.version |
10 | 10 | https.get({ |
11 | 11 | host: 'api.github.com', |
12 | - path: '/repos/mmckegg/patchwork-next/releases/latest', | |
12 | + path: '/repos/ssbc/patchwork/releases/latest', | |
13 | 13 | headers: { |
14 | 14 | 'user-agent': `Patchwork v${version}` |
15 | 15 | } |
16 | 16 | }, function (res) { |
Built with git-ssb-web