diff options
author | amzrk2 | 2021-02-10 17:03:02 +0800 |
---|---|---|
committer | amzrk2 | 2021-02-10 17:03:02 +0800 |
commit | 1e8348d088671298edc09f6e50a486e0d7c8fcdc (patch) | |
tree | e7509e6909d1fcc488023e8014cb6f1cbb7987cb /package.json | |
parent | 8dd4d3133a3c3d32b080f6b4737b5384b44584d4 (diff) | |
download | hugo-theme-fuji-1e8348d088671298edc09f6e50a486e0d7c8fcdc.tar.gz hugo-theme-fuji-1e8348d088671298edc09f6e50a486e0d7c8fcdc.tar.bz2 hugo-theme-fuji-1e8348d088671298edc09f6e50a486e0d7c8fcdc.zip |
update: license
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" } |