From 48574168a83cfbc3e1df9b1e385e0d00b1dff802 Mon Sep 17 00:00:00 2001 From: Patrick Matthiesen <43612965+PatrickMatthiesen@users.noreply.github.com> Date: Sat, 11 May 2024 22:48:40 +0200 Subject: [PATCH] Fix vim-devicons homepage link added the missing 'vim-' from the repository name Signed-off-by: Patrick Matthiesen <43612965+PatrickMatthiesen@users.noreply.github.com> --- vim-devicons/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim-devicons/README.md b/vim-devicons/README.md index 61318de..23324d9 100644 --- a/vim-devicons/README.md +++ b/vim-devicons/README.md @@ -1,6 +1,6 @@ --- title: vim-devicons -homepage: https://github.com/ryanoasis/devicons +homepage: https://github.com/ryanoasis/vim-devicons tagline: | VimDevIcons: Adds Icons to Your Plugins. ---