Skip to content

Commit 3f7b356

Browse files
committed
リポを移管する
1 parent ace1c5c commit 3f7b356

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 9 deletions
This file was deleted.

LICENSE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ APPENDIX: How to apply the Apache License to your work.
187187
identification within third-party archives.
188188

189189
Copyright 2023 Qiita Inc.
190+
Copyright 2025 UniProject
190191

191192
Licensed under the Apache License, Version 2.0 (the "License");
192193
you may not use this file except in compliance with the License.

package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@
99
"bugs": {
1010
"url": "https://github.com/unipro-tech/qiita-cli/issues"
1111
},
12-
"repository": "git@github.com:unipro-tech/qiita-cli.git",
13-
"author": {
14-
"name": "Yuito Akatsuki",
15-
"email": "yuito@yuito-it.jp"
16-
},
12+
"repository": "https://github.com/unipro-tech/qiita-cli",
13+
"contributors": [
14+
{
15+
"name": "Qiita Inc."
16+
},
17+
{
18+
"name": "Yuito Akatsuki",
19+
"email": "yuito@yuito-it.jp"
20+
}
21+
],
1722
"license": "Apache-2.0",
1823
"bin": {
1924
"qiita": "dist/main.js"

0 commit comments

Comments
 (0)