From b8582bea4e7514ab289a37542f6eecdef8612b16 Mon Sep 17 00:00:00 2001 From: Maximilian Kolb Date: Tue, 13 Jan 2026 09:05:14 +0100 Subject: [PATCH] Fix URL of neovim icon Refs https://github.com/neovim/neovim.github.io/commit/e95418b0103797f426aab6cc1d223b165ae88cf5 --- recipes/neovim.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/neovim.yml b/recipes/neovim.yml index 43ac4424..69f4ea77 100644 --- a/recipes/neovim.yml +++ b/recipes/neovim.yml @@ -18,6 +18,6 @@ script: - Categories=Development;TextEditor; - Comment=Vim-fork focused on extensibility and usability - EOF - - wget -c https://raw.githubusercontent.com/neovim/neovim.github.io/master/logos/neovim-logo-300x87.png -O neovim.png + - wget -c https://raw.githubusercontent.com/neovim/neovim.github.io/master/static/logos/neovim-logo-300x87.png -O neovim.png - mkdir -p usr/share/icons/hicolor/256x256/apps/ - cp neovim.png usr/share/icons/hicolor/256x256/apps/neovim.png