Skip to content

Commit 00e4bca

Browse files
committed
Moved repo
1 parent f51606f commit 00e4bca

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.github/FUNDING.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: dahlia

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ console.log(env.hashtags); // ["#FooBar", "#BazQux"]
4545
[JSR badge]: https://jsr.io/badges/@fedify/markdown-it-hashtag
4646
[npm]: https://www.npmjs.com/package/@fedify/markdown-it-hashtag
4747
[npm badge]: https://img.shields.io/npm/v/%40fedify%2Fmarkdown-it-hashtag?logo=npm
48-
[GitHub Actions]: https://github.com/dahlia/markdown-it-hashtag/actions/workflows/main.yaml
49-
[GitHub Actions badge]: https://github.com/dahlia/markdown-it-hashtag/actions/workflows/main.yaml/badge.svg
48+
[GitHub Actions]: https://github.com/fedify-dev/markdown-it-hashtag/actions/workflows/main.yaml
49+
[GitHub Actions badge]: https://github.com/fedify-dev/markdown-it-hashtag/actions/workflows/main.yaml/badge.svg
5050
[markdown-it]: https://github.com/markdown-it/markdown-it
5151
[options]: https://jsr.io/@fedify/markdown-it-hashtag/doc/~/PluginOptions
5252

dnt.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,17 @@ await build({
3838
email: "hong@minhee.org",
3939
url: "https://hongminhee.org/",
4040
},
41-
homepage: "https://github.com/dahlia/markdown-it-hashtag",
41+
homepage: "https://github.com/fedify-dev/markdown-it-hashtag",
4242
repository: {
4343
type: "git",
44-
url: "git+https://github.com/dahlia/markdown-it-hashtag.git",
44+
url: "git+https://github.com/fedify-dev/markdown-it-hashtag.git",
4545
},
4646
bugs: {
47-
url: "https://github.com/dahlia/markdown-it-hashtag/issues",
47+
url: "https://github.com/fedify-dev/markdown-it-hashtag/issues",
4848
},
49+
funding: [
50+
"https://github.com/sponsors/dahlia",
51+
],
4952
devDependencies: {
5053
"@types/markdown-it": "^14.1.1",
5154
},

0 commit comments

Comments
 (0)