diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index b525276f81..e6e15c3825 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -48,13 +48,13 @@
.github @SigNoz/devops
# Scaffold Owners
-/pkg/config/ @grandwizard28
-/pkg/errors/ @grandwizard28
-/pkg/factory/ @grandwizard28
-/pkg/types/ @grandwizard28
-/pkg/valuer/ @grandwizard28
-/cmd/ @grandwizard28
-.golangci.yml @grandwizard28
+/pkg/config/ @therealpandey
+/pkg/errors/ @therealpandey
+/pkg/factory/ @therealpandey
+/pkg/types/ @therealpandey
+/pkg/valuer/ @therealpandey
+/cmd/ @therealpandey
+.golangci.yml @therealpandey
# Zeus Owners
/pkg/zeus/ @vikrantgupta25
@@ -84,4 +84,4 @@
# AuthN / AuthZ Owners
-/pkg/authz/ @vikrantgupta25 @grandwizard28
+/pkg/authz/ @vikrantgupta25 @therealpandey
diff --git a/README.md b/README.md
index b3c4c83d8f..a9cc50ae6b 100644
--- a/README.md
+++ b/README.md
@@ -236,7 +236,7 @@ Not sure how to get started? Just ping us on `#contributing` in our [slack commu
#### DevOps
- [Prashant Shahi](https://github.com/prashant-shahi)
-- [Vibhu Pandey](https://github.com/grandwizard28)
+- [Vibhu Pandey](https://github.com/therealpandey)
diff --git a/tests/integration/pyproject.toml b/tests/integration/pyproject.toml
index 2978eab995..1f958555ef 100644
--- a/tests/integration/pyproject.toml
+++ b/tests/integration/pyproject.toml
@@ -2,7 +2,7 @@
name = "integration"
version = "0.1.0"
description = ""
-authors = ["grandwizard28 "]
+authors = ["therealpandey "]
readme = "README.md"
[tool.poetry.dependencies]