git ssb

16+

Dominic / patchbay



Commit b3b3e03454ae24d6652ca73a96c1d03116a8abea

fix repo location

mix irving committed on 1/31/2017, 8:49:07 AM
Parent: 813918c942c3e2bf314279eb10a587d09d7826dc

Files changed

package.jsonchanged
package.jsonView
@@ -1,12 +1,12 @@
11 {
22 "name": "patchbay",
33 "description": "a pluggable patchwork",
44 "version": "6.5.0",
5- "homepage": "https://github.com/dominictarr/patchbay",
5 + "homepage": "https://github.com/ssbc/patchbay",
66 "repository": {
77 "type": "git",
8- "url": "git://github.com/dominictarr/patchbay.git"
8 + "url": "git://github.com/ssbc/patchbay.git"
99 },
1010 "scripts": {
1111 "lite": "mkdir -p build && browserify index.js | indexhtmlify --title patchbay > build/index.html",
1212 "start": "electro index.js",

Built with git-ssb-web