We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b37baa commit ae84812Copy full SHA for ae84812
package.json
@@ -1,17 +1,17 @@
1
{
2
"name": "osxiso",
3
- "version": "6.0.2",
+ "version": "6.0.3",
4
"description": "Create a bootable ISO of OS X / macOS, from the installation app file.",
5
"global": "1",
6
"install": "install -c osxiso ${PREFIX:-/usr/local}/bin",
7
"repository": {
8
"type": "git",
9
- "url": "https://github.com/busterc/osx-iso"
+ "url": "https://github.com/startergo/osx-iso"
10
},
11
"author": "Buster Collings",
12
"license": "ISC",
13
"bugs": {
14
"url": "https://github.com/busterc/osx-iso/issues"
15
16
- "homepage": "https://github.com/busterc/osx-iso"
+ "homepage": "https://github.com/startergo/osx-iso"
17
}
0 commit comments