From 5b7b7f610f515e55c72a86bc8f49855652c0f339 Mon Sep 17 00:00:00 2001
From: Squibid <me@zacharyscheiman.com>
Date: Sun, 30 Apr 2023 19:49:01 -0400
Subject: pin the correct repo to the top of the plugin list

---
 lua/dep.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lua/dep.lua')

diff --git a/lua/dep.lua b/lua/dep.lua
index b4bce62..dccd17b 100644
--- a/lua/dep.lua
+++ b/lua/dep.lua
@@ -849,7 +849,7 @@ return setmetatable({
       packages = {}
 
       bench("load", function()
-        root = register("chiyadev/dep")
+        root = register("squibid/dep")
         register_recursive(config)
         sort_dependencies()
         ensure_acyclic()
-- 
cgit v1.2.1