git ssb

16+

Dominic / patchbay



Commit 675e32708e7be1f267e55e3919f4491f00afd8a3

fix repo in package.json

mix irving committed on 4/14/2017, 12:17:00 AM
Parent: e1ed6f570e6bc64d0e62569002f67eace00218bb

Files changed

package.jsonchanged
package.jsonView
@@ -16,9 +16,9 @@
1616 ]
1717 },
1818 "repository": {
1919 "type": "git",
20- "url": "git+https://github.com/ssbc/picknmix.git"
20 + "url": "git+https://github.com/ssbc/patchbay.git"
2121 },
2222 "author": "mixmix",
2323 "maintainers": [
2424 "ahdinosaur",
@@ -27,11 +27,11 @@
2727 "mmckegg"
2828 ],
2929 "license": "GPL-3.0",
3030 "bugs": {
31- "url": "https://github.com/ssbc/picknmix/issues"
31 + "url": "https://github.com/ssbc/patchbay/issues"
3232 },
33- "homepage": "https://github.com/ssbc/picknmix#readme",
33 + "homepage": "https://github.com/ssbc/patchbay#readme",
3434 "dependencies": {
3535 "bulk-require": "^1.0.0",
3636 "bulkify": "^1.4.2",
3737 "dataurl-": "^0.1.0",

Built with git-ssb-web