Commit b3b3e03454ae24d6652ca73a96c1d03116a8abea
fix repo location
mix irving committed on 1/31/2017, 8:49:07 AMParent: 813918c942c3e2bf314279eb10a587d09d7826dc
Files changed
package.json | changed |
package.json | |||
---|---|---|---|
@@ -1,12 +1,12 @@ | |||
1 | 1 … | { | |
2 | 2 … | "name": "patchbay", | |
3 | 3 … | "description": "a pluggable patchwork", | |
4 | 4 … | "version": "6.5.0", | |
5 | - "homepage": "https://github.com/dominictarr/patchbay", | ||
5 … | + "homepage": "https://github.com/ssbc/patchbay", | ||
6 | 6 … | "repository": { | |
7 | 7 … | "type": "git", | |
8 | - "url": "git://github.com/dominictarr/patchbay.git" | ||
8 … | + "url": "git://github.com/ssbc/patchbay.git" | ||
9 | 9 … | }, | |
10 | 10 … | "scripts": { | |
11 | 11 … | "lite": "mkdir -p build && browserify index.js | indexhtmlify --title patchbay > build/index.html", | |
12 | 12 … | "start": "electro index.js", |
Built with git-ssb-web