From c1339e4751c6665fa38a716cc3e4a72f7b50ba2a Mon Sep 17 00:00:00 2001 From: don <70039285+0-don@users.noreply.github.com> Date: Wed, 31 Jan 2024 00:09:01 +0100 Subject: [PATCH] y --- README.md | 10 +++++----- package.json | 12 ++++++------ release/app/package.json | 2 +- src/renderer/pages/About.tsx | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 3db6857..fe1d4af 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -
-
+
@@ -11,11 +11,11 @@
Clipboard Manager made with Electron, React & Prisma......
- Try it out
+ Try it out
·
- Report Bug
+ Report Bug
·
- Request Feature
+ Request Feature
diff --git a/package.json b/package.json index 5179f72..7d70ae3 100644 --- a/package.json +++ b/package.json @@ -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", @@ -288,7 +288,7 @@ ], "publish": { "provider": "github", - "owner": "Don-Cryptus", + "owner": "0-don", "repo": "clippy" } }, diff --git a/release/app/package.json b/release/app/package.json index 52feb82..23be169 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -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": { diff --git a/src/renderer/pages/About.tsx b/src/renderer/pages/About.tsx index 7e068c2..3f6a908 100644 --- a/src/renderer/pages/About.tsx +++ b/src/renderer/pages/About.tsx @@ -16,7 +16,7 @@ const About = () => {