Skip to content

Commit 0ac6932

Browse files
committed
リポを移管する
1 parent 0c90e24 commit 0ac6932

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
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: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
{
2-
"name": "@yuito-it/qiita-cli",
2+
"name": "@unipro-tech/qiita-cli",
33
"version": "1.7.0-fork.0",
44
"description": "Qiita CLI is a tool that allows you to write, preview and publish articles on Qiita from local environment.",
55
"keywords": [
66
"Qiita"
77
],
8-
"homepage": "https://github.com/increments/qiita-cli",
8+
"homepage": "https://github.com/unipro-tech/qiita-cli",
99
"bugs": {
10-
"url": "https://github.com/increments/qiita-discussions/discussions"
11-
},
12-
"repository": "git@github.com:increments/qiita-cli.git",
13-
"author": {
14-
"name": "Qiita Inc."
10+
"url": "https://github.com/unipro-tech/qiita-cli/issues"
1511
},
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+
],
1622
"license": "Apache-2.0",
1723
"bin": {
1824
"qiita": "dist/main.js"

0 commit comments

Comments
 (0)