From 3c6e2a7df87b129417b3bf34d48ca6dfca24ed36 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Tue, 5 Mar 2024 10:48:32 -0500 Subject: [PATCH] build: update issues url --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 18ed43f8d..b3c023a0c 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/manosim/gitify/issues" + "url": "https://github.com/gitify-app/gitify/issues" }, "homepage": "https://www.gitify.io/", "build": { @@ -148,4 +148,4 @@ "lint-staged": { "*.{md,js,ts,tsx}": "prettier --write" } -} \ No newline at end of file +}