Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
y
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don authored Jan 30, 2024
1 parent 0944177 commit c1339e4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<h1 align="center"> <a href="https://github.com/Don-Cryptus/clippy">New Version HERE</a></h1>
<h1 align="center"> <a href="https://github.com/0-don/clippy">New Version HERE</a></h1>

<p align="center">


<a href="https://github.com/Don-Cryptus/clippy-ts">
<a href="https://github.com/0-don/clippy-ts">
<img src="assets/clippy.png" alt="Logo" width=400 />
</a>

<p align="center">
<br />
Clipboard Manager made with Electron, React & Prisma......
<br />
<a href="https://github.com/Don-Cryptus/clippy/releases/latest">Try it out</a>
<a href="https://github.com/0-don/clippy/releases/latest">Try it out</a>
·
<a href="https://github.com/Don-Cryptus/clippy/issues">Report Bug</a>
<a href="https://github.com/0-don/clippy/issues">Report Bug</a>
·
<a href="https://github.com/Don-Cryptus/clippy/issues">Request Feature</a>
<a href="https://github.com/0-don/clippy/issues">Request Feature</a>
<br />
</p>
<p align="center">
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "clippy",
"description": "Clipboard Manager",
"homepage": "https://github.com/Don-Cryptus/clippy",
"homepage": "https://github.com/0-don/clippy",
"bugs": {
"url": "https://github.com/Don-Cryptus/clippy/issues"
"url": "https://github.com/0-don/clippy/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com:Don-Cryptus/clippy.git"
"url": "git+https://github.com:0-don/clippy.git"
},
"license": "MIT",
"author": {
"name": "Clippy",
"email": "don.cryptus@gmail.com",
"url": "https://github.com/Don-Cryptus/clippy"
"url": "https://github.com/0-don/clippy"
},
"contributors": [
{
"name": "Don Cryptus",
"email": "don.cryptus@gmail.com",
"url": "https://github.com/Don-Cryptus/clippy"
"url": "https://github.com/0-don/clippy"
}
],
"main": "./src/main/main.ts",
Expand Down Expand Up @@ -288,7 +288,7 @@
],
"publish": {
"provider": "github",
"owner": "Don-Cryptus",
"owner": "0-don",
"repo": "clippy"
}
},
Expand Down
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": {
"name": "Don Crypus",
"email": "don.cryptus@gmail.com",
"url": "https://github.com/Don-Cryptus/clippy"
"url": "https://github.com/0-don/clippy"
},
"main": "./dist/main/main.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/pages/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ const About = () => {
<h1 className="text-xl font-bold">{version}</h1>
<h2 className="text-base">No updates currently available</h2>
<a
href="https://github.com/Don-Cryptus/clippy"
href="https://github.com/0-don/clippy"
target="_blank"
rel="noreferrer"
className="w-28 inline-flex items-center justify-center px-2.5 py-1.5 border border-gray-300 shadow-sm text-xs font-medium rounded text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 "
>
Github
</a>
<a
href="https://github.com/Don-Cryptus/clippy"
href="https://github.com/0-don/clippy"
target="_blank"
rel="noreferrer"
className="w-28 inline-flex items-center px-2.5 py-1.5 border border-gray-300 shadow-sm text-xs font-medium rounded text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 "
Expand Down

0 comments on commit c1339e4

Please sign in to comment.