From 70bbc740cf0b89bc48840a4f713c4d6ea78d3aef Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Tue, 21 Apr 2026 18:53:27 +0300 Subject: [PATCH] chore: migrate git dependencies to Gitea mirror (git.pezkuwichain.io) --- package.json | 6 +++--- packages/phishing/package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index daeb871ab..f3ed8f0d7 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "author": "Dijital Kurdistan Tech Inst ", - "bugs": "https://github.com/pezkuwichain/phishing/issues", + "bugs": "https://git.pezkuwichain.io/pezkuwichain/phishing/issues", "engines": { "node": ">=18.14" }, - "homepage": "https://github.com/pezkuwichain/phishing#readme", + "homepage": "https://git.pezkuwichain.io/pezkuwichain/phishing#readme", "license": "Apache-2.0", "packageManager": "yarn@4.6.0", "private": true, "repository": { "type": "git", - "url": "https://github.com/pezkuwichain/phishing.git" + "url": "https://git.pezkuwichain.io/pezkuwichain/phishing.git" }, "sideEffects": false, "type": "module", diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1d66ec5ed..871dd2cf7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,17 +1,17 @@ { "author": "Dijital Kurdistan Tech Inst ", - "bugs": "https://github.com/pezkuwichain/phishing/issues", + "bugs": "https://git.pezkuwichain.io/pezkuwichain/phishing/issues", "description": "Simple phishing scripts from a central source", "engines": { "node": ">=18" }, - "homepage": "https://github.com/pezkuwichain/phishing/tree/master/packages/phishing#readme", + "homepage": "https://git.pezkuwichain.io/pezkuwichain/phishing/tree/master/packages/phishing#readme", "license": "Apache-2.0", "name": "@pezkuwi/phishing", "repository": { "directory": "packages/phishing", "type": "git", - "url": "https://github.com/pezkuwichain/phishing.git" + "url": "https://git.pezkuwichain.io/pezkuwichain/phishing.git" }, "sideEffects": [ "./packageDetect.js",