From 2841519e9200d54bc0078b409f86ea405e4f881c Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 18 Feb 2026 17:51:02 -0500 Subject: [PATCH] chore: update repo URLs to privilegedescalation org Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3832b77..09d1fac 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,13 @@ "description": "Headlamp plugin for Rook-Ceph cluster visibility and CSI driver monitoring", "repository": { "type": "git", - "url": "https://github.com/cpfarhood/headlamp-rook-ceph-plugin.git" + "url": "https://github.com/privilegedescalation/headlamp-rook-ceph-plugin.git" }, "bugs": { - "url": "https://github.com/cpfarhood/headlamp-rook-ceph-plugin/issues" + "url": "https://github.com/privilegedescalation/headlamp-rook-ceph-plugin/issues" }, - "homepage": "https://github.com/cpfarhood/headlamp-rook-ceph-plugin#readme", - "author": "cpfarhood", + "homepage": "https://github.com/privilegedescalation/headlamp-rook-ceph-plugin#readme", + "author": "privilegedescalation", "license": "Apache-2.0", "scripts": { "start": "headlamp-plugin start",