Skip to content

Commit ae84812

Browse files
authored
Update package.json
1 parent 0b37baa commit ae84812

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "osxiso",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Create a bootable ISO of OS X / macOS, from the installation app file.",
55
"global": "1",
66
"install": "install -c osxiso ${PREFIX:-/usr/local}/bin",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/busterc/osx-iso"
9+
"url": "https://github.com/startergo/osx-iso"
1010
},
1111
"author": "Buster Collings",
1212
"license": "ISC",
1313
"bugs": {
1414
"url": "https://github.com/busterc/osx-iso/issues"
1515
},
16-
"homepage": "https://github.com/busterc/osx-iso"
16+
"homepage": "https://github.com/startergo/osx-iso"
1717
}

0 commit comments

Comments
 (0)