diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index cce27ac..2f559bd 100644 --- a/package.json +++ b/package.json @@ -4,19 +4,19 @@ "description": "A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。", "repository": { "type": "git", - "url": "git+https://github.com/amzrk2/hugo-theme-fuji.git" + "url": "git+https://github.com/dsrkafuu/hugo-theme-fuji.git" }, "keywords": [ "hugo", "theme", "fuji" ], - "author": "DSRKafuU <amzrk2@outlook.com> (https://amzrk2.cc/)", + "author": "DSRKafuU <dsrkafuu@outlook.com> (https://dsrkafuu.co/)", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/amzrk2/hugo-theme-fuji/issues" + "url": "https://github.com/dsrkafuu/hugo-theme-fuji/issues" }, - "homepage": "https://github.com/amzrk2/hugo-theme-fuji#readme", + "homepage": "https://github.com/dsrkafuu/hugo-theme-fuji#readme", "dependencies": { "@primer/css": "15.1.0" } |