From d1dfc31dc602f1168f893f6a5fbe60a98fa9af18 Mon Sep 17 00:00:00 2001 From: Jonathan Apodaca Date: Fri, 8 Nov 2024 22:08:53 -0700 Subject: [PATCH] move to GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b8c060..7ecf73a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ lazy.nvim: ```lua -- Setting `lazy = true` ensures that the library is only loaded -- when `require 'u.' is called. -{ 'https://codeberg.org/jrop/u.nvim', lazy = true } +{ 'jrop/u.nvim', lazy = true } ``` ## Usage