From e6d4af6d52706beaa89c51daedcce04fd44c07aa Mon Sep 17 00:00:00 2001 From: Awais Ansari Date: Wed, 11 Mar 2026 16:30:52 +0500 Subject: [PATCH] fix: update repository URLs from edx to openedx --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index aa277ae..fab37dd 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "repository": { "type": "git", - "url": "git+https://github.com/edx/frontend-plugin-notifications.git" + "url": "git+https://github.com/openedx/frontend-plugin-notifications.git" }, "browserslist": [ "extends @edx/browserslist-config" @@ -25,12 +25,12 @@ }, "author": "edX", "license": "AGPL-3.0", - "homepage": "https://github.com/edx/frontend-plugin-notifications#readme", + "homepage": "https://github.com/openedx/frontend-plugin-notifications#readme", "publishConfig": { "access": "public" }, "bugs": { - "url": "https://github.com/edx/frontend-plugin-notifications/issues" + "url": "https://github.com/openedx/frontend-plugin-notifications/issues" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.6.0",