Skip to content

Commit ccf6783

Browse files
committed
Moved repo
1 parent 57e1e1d commit ccf6783

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const federation = createFederation({
3030
[JSR badge]: https://jsr.io/badges/@fedify/postgres
3131
[npm]: https://www.npmjs.com/package/@fedify/postgres
3232
[npm badge]: https://img.shields.io/npm/v/@fedify/postgres?logo=npm
33-
[GitHub Actions]: https://github.com/dahlia/fedify-postgres/actions/workflows/main.yaml
34-
[GitHub Actions badge]: https://github.com/dahlia/fedify-postgres/actions/workflows/main.yaml/badge.svg
33+
[GitHub Actions]: https://github.com/fedify-dev/postgres/actions/workflows/main.yaml
34+
[GitHub Actions badge]: https://github.com/fedify-dev/postgres/actions/workflows/main.yaml/badge.svg
3535
[Fedify]: https://fedify.dev/
3636
[`KvStore`]: https://jsr.io/@fedify/fedify/doc/federation/~/KvStore
3737
[`MessageQueue`]: https://jsr.io/@fedify/fedify/doc/federation/~/MessageQueue

dnt.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ await build({
3434
3535
url: "https://hongminhee.org/",
3636
},
37-
homepage: "https://github.com/dahlia/fedify-postgres",
37+
homepage: "https://github.com/fedify-dev/postgres",
3838
repository: {
3939
type: "git",
40-
url: "git+https://github.com/dahlia/fedify-postgres.git",
40+
url: "git+https://github.com/fedify-dev/postgres.git",
4141
},
4242
bugs: {
43-
url: "https://github.com/dahlia/fedify-postgres/issues",
43+
url: "https://github.com/fedify-dev/postgres/issues",
4444
},
4545
funding: [
4646
"https://github.com/sponsors/dahlia",

0 commit comments

Comments
 (0)