Skip to content

Commit 62ad83f

Browse files
committed
fix: correct GitHub URL case to match provenance
1 parent 8080a16 commit 62ad83f

11 files changed

Lines changed: 31 additions & 31 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
authors = ["Ricardo Schlueter"]
66
description = "A high-performance glob pattern matcher - 2-3x faster drop-in replacement for glob"
77
license = "MIT"
8-
repository = "https://github.com/capsoftware/globlin"
8+
repository = "https://github.com/CapSoftware/globlin"
99

1010
[lib]
1111
crate-type = ["cdylib", "rlib"]

npm/darwin-arm64/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
"performance"
2727
],
2828
"author": "Anomaly",
29-
"homepage": "https://github.com/capsoftware/globlin#readme",
29+
"homepage": "https://github.com/CapSoftware/globlin#readme",
3030
"license": "MIT",
3131
"engines": {
3232
"node": ">=20.0.0"
3333
},
3434
"repository": {
3535
"type": "git",
36-
"url": "git+https://github.com/capsoftware/globlin.git"
36+
"url": "git+https://github.com/CapSoftware/globlin.git"
3737
},
3838
"bugs": {
39-
"url": "https://github.com/capsoftware/globlin/issues"
39+
"url": "https://github.com/CapSoftware/globlin/issues"
4040
}
4141
}

npm/darwin-x64/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
"performance"
2727
],
2828
"author": "Anomaly",
29-
"homepage": "https://github.com/capsoftware/globlin#readme",
29+
"homepage": "https://github.com/CapSoftware/globlin#readme",
3030
"license": "MIT",
3131
"engines": {
3232
"node": ">=20.0.0"
3333
},
3434
"repository": {
3535
"type": "git",
36-
"url": "git+https://github.com/capsoftware/globlin.git"
36+
"url": "git+https://github.com/CapSoftware/globlin.git"
3737
},
3838
"bugs": {
39-
"url": "https://github.com/capsoftware/globlin/issues"
39+
"url": "https://github.com/CapSoftware/globlin/issues"
4040
}
4141
}

npm/linux-arm64-gnu/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
"performance"
2727
],
2828
"author": "Anomaly",
29-
"homepage": "https://github.com/capsoftware/globlin#readme",
29+
"homepage": "https://github.com/CapSoftware/globlin#readme",
3030
"license": "MIT",
3131
"engines": {
3232
"node": ">=20.0.0"
3333
},
3434
"repository": {
3535
"type": "git",
36-
"url": "git+https://github.com/capsoftware/globlin.git"
36+
"url": "git+https://github.com/CapSoftware/globlin.git"
3737
},
3838
"bugs": {
39-
"url": "https://github.com/capsoftware/globlin/issues"
39+
"url": "https://github.com/CapSoftware/globlin/issues"
4040
},
4141
"libc": [
4242
"glibc"

npm/linux-arm64-musl/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
"performance"
2727
],
2828
"author": "Anomaly",
29-
"homepage": "https://github.com/capsoftware/globlin#readme",
29+
"homepage": "https://github.com/CapSoftware/globlin#readme",
3030
"license": "MIT",
3131
"engines": {
3232
"node": ">=20.0.0"
3333
},
3434
"repository": {
3535
"type": "git",
36-
"url": "git+https://github.com/capsoftware/globlin.git"
36+
"url": "git+https://github.com/CapSoftware/globlin.git"
3737
},
3838
"bugs": {
39-
"url": "https://github.com/capsoftware/globlin/issues"
39+
"url": "https://github.com/CapSoftware/globlin/issues"
4040
},
4141
"libc": [
4242
"musl"

npm/linux-x64-gnu/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
"performance"
2727
],
2828
"author": "Anomaly",
29-
"homepage": "https://github.com/capsoftware/globlin#readme",
29+
"homepage": "https://github.com/CapSoftware/globlin#readme",
3030
"license": "MIT",
3131
"engines": {
3232
"node": ">=20.0.0"
3333
},
3434
"repository": {
3535
"type": "git",
36-
"url": "git+https://github.com/capsoftware/globlin.git"
36+
"url": "git+https://github.com/CapSoftware/globlin.git"
3737
},
3838
"bugs": {
39-
"url": "https://github.com/capsoftware/globlin/issues"
39+
"url": "https://github.com/CapSoftware/globlin/issues"
4040
},
4141
"libc": [
4242
"glibc"

npm/linux-x64-musl/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
"performance"
2727
],
2828
"author": "Anomaly",
29-
"homepage": "https://github.com/capsoftware/globlin#readme",
29+
"homepage": "https://github.com/CapSoftware/globlin#readme",
3030
"license": "MIT",
3131
"engines": {
3232
"node": ">=20.0.0"
3333
},
3434
"repository": {
3535
"type": "git",
36-
"url": "git+https://github.com/capsoftware/globlin.git"
36+
"url": "git+https://github.com/CapSoftware/globlin.git"
3737
},
3838
"bugs": {
39-
"url": "https://github.com/capsoftware/globlin/issues"
39+
"url": "https://github.com/CapSoftware/globlin/issues"
4040
},
4141
"libc": [
4242
"musl"

npm/win32-arm64-msvc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
"performance"
2727
],
2828
"author": "Anomaly",
29-
"homepage": "https://github.com/capsoftware/globlin#readme",
29+
"homepage": "https://github.com/CapSoftware/globlin#readme",
3030
"license": "MIT",
3131
"engines": {
3232
"node": ">=20.0.0"
3333
},
3434
"repository": {
3535
"type": "git",
36-
"url": "git+https://github.com/capsoftware/globlin.git"
36+
"url": "git+https://github.com/CapSoftware/globlin.git"
3737
},
3838
"bugs": {
39-
"url": "https://github.com/capsoftware/globlin/issues"
39+
"url": "https://github.com/CapSoftware/globlin/issues"
4040
}
4141
}

npm/win32-ia32-msvc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
"performance"
2727
],
2828
"author": "Anomaly",
29-
"homepage": "https://github.com/capsoftware/globlin#readme",
29+
"homepage": "https://github.com/CapSoftware/globlin#readme",
3030
"license": "MIT",
3131
"engines": {
3232
"node": ">=20.0.0"
3333
},
3434
"repository": {
3535
"type": "git",
36-
"url": "git+https://github.com/capsoftware/globlin.git"
36+
"url": "git+https://github.com/CapSoftware/globlin.git"
3737
},
3838
"bugs": {
39-
"url": "https://github.com/capsoftware/globlin/issues"
39+
"url": "https://github.com/CapSoftware/globlin/issues"
4040
}
4141
}

npm/win32-x64-msvc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
"performance"
2727
],
2828
"author": "Anomaly",
29-
"homepage": "https://github.com/capsoftware/globlin#readme",
29+
"homepage": "https://github.com/CapSoftware/globlin#readme",
3030
"license": "MIT",
3131
"engines": {
3232
"node": ">=20.0.0"
3333
},
3434
"repository": {
3535
"type": "git",
36-
"url": "git+https://github.com/capsoftware/globlin.git"
36+
"url": "git+https://github.com/CapSoftware/globlin.git"
3737
},
3838
"bugs": {
39-
"url": "https://github.com/capsoftware/globlin/issues"
39+
"url": "https://github.com/CapSoftware/globlin/issues"
4040
}
4141
}

0 commit comments

Comments
 (0)