git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 0174747544661e12905d13155a2a994d4d93cab5

use ssbc/patchwork for updates now!

Matt McKegg committed on 3/16/2017, 1:06:19 PM
Parent: 1cb5a37a32f05f213c4ce435539e108dc627b8d7

Files changed

lib/latest-update.jschanged
lib/latest-update.jsView
@@ -8,9 +8,9 @@
88 update.sync = Value(false)
99 var version = packageInfo.version
1010 https.get({
1111 host: 'api.github.com',
12- path: '/repos/mmckegg/patchwork-next/releases/latest',
12+ path: '/repos/ssbc/patchwork/releases/latest',
1313 headers: {
1414 'user-agent': `Patchwork v${version}`
1515 }
1616 }, function (res) {

Built with git-ssb-web