diff --git a/data/newsboat/urls b/data/newsboat/urls index fa80f6f..6587ba8 100644 --- a/data/newsboat/urls +++ b/data/newsboat/urls @@ -27,6 +27,7 @@ https://github.com/kovidgoyal/kitty/commits/master.atom "~kitty" https://github.com/wez/wezterm/commits/main.atom "~wezterm" https://github.com/redis/redis/commits/unstable.atom "~redis" +https://github.com/valkey-io/valkey/commits/unstable.atom "~valkey" https://github.com/tigerbeetle/tigerbeetle/commits/main.atom "~tigerbeetle" https://github.com/caksoylar/keymap-drawer/commits/main.atom "~keymap-drawer" diff --git a/data/nvim/init.lua b/data/nvim/init.lua index 76a8242..76c6365 100644 --- a/data/nvim/init.lua +++ b/data/nvim/init.lua @@ -158,7 +158,7 @@ require("lazy").setup({ -- https://gitlab.com/ibhagwan/fzf-lua { - url = "https://gitlab.com/ibhagwan/fzf-lua.git", + url = "https://codeberg.org/ibhagwan/fzf-lua.git", dependencies = { "neovim/nvim-lspconfig", },