Skip to content

Commit 2ae3616

Browse files
committed
Fix provenance
1 parent aaed2f2 commit 2ae3616

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/build.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ await build({
2121
version: Deno.args[0],
2222
repository: {
2323
type: "git",
24-
url: "git+https://github.com/foundatiofx/fetchclient.git",
24+
url: "git+https://github.com/FoundatioFx/FetchClient.git",
2525
},
26-
homepage: "https://github.com/foundatiofx/fetchclient#readme",
26+
homepage: "https://github.com/FoundatioFx/FetchClient#readme",
2727
bugs: {
28-
url: "https://github.com/foundatiofx/fetchclient/issues",
28+
url: "https://github.com/FoundatioFx/FetchClient/issues",
2929
},
3030
license: "Apache-2.0",
3131
description:

0 commit comments

Comments
 (0)