Skip to content

Commit 7bc3d56

Browse files
authored
fix: move to @dubisdev acc
1 parent c130f83 commit 7bc3d56

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<a href="https://github.com/kiimesoft/quickgpt">
2+
<a href="https://github.com/dubisdev/quickgpt">
33
<img src="./src-tauri/icons/128x128.png"/>
44
</a>
55
</p>
@@ -9,7 +9,7 @@
99
<p align="center">A ChatGPT tool for Windows</p>
1010

1111
<p align="center">
12-
<a href="https://github.com/kiimesoft/quickgpt/releases/latest">
12+
<a href="https://github.com/dubisdev/quickgpt/releases/latest">
1313
🔗 Go to Download Page
1414
</a>
1515
&nbsp; | &nbsp; Give it a Star ⭐ | &nbsp;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "quickgpt",
33
"author": "David Jiménez <[email protected]> (https://dubis.dev)",
44
"description": "A faster way to ask GPT",
5-
"repository": "kiimesoft/quickgpt",
6-
"bugs": "kiimesoft/quickgpt",
5+
"repository": "dubisdev/quickgpt",
6+
"bugs": "dubisdev/quickgpt",
77
"license": "MIT",
88
"private": true,
99
"version": "0.0.0-development",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "A faster way to ask GPT"
55
authors = ["David Jiménez <[email protected]>"]
66
license = ""
7-
repository = "https://github.com/kiimesoft/quickgpt/"
7+
repository = "https://github.com/dubisdev/quickgpt/"
88
edition = "2021"
99

1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)