From e9a7785889c6629606ea1ef9cdef503a9490467d Mon Sep 17 00:00:00 2001
From: Wizzard <wizzard@noreply.localhost>
Date: Thu, 6 Mar 2025 14:46:24 -0500
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 88fe39c..6c29dc5 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
 Precompiled Zen Kernel packages are available through our repository. Add our repo and install with:
 
 ```bash
-echo "repository=http://deadzone.enterprises/repo/x86_64" | sudo tee /etc/xbps.d/10-deadzone.conf
+echo "repository=https://deadzone.enterprises/repo/x86_64" | sudo tee /etc/xbps.d/10-deadzone.conf
 sudo xbps-install -S linux6.13-zen linux6.13-zen-headers
 ```