about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-06-24 09:19:33 +0200
committerGaetan Lepage <gaetan@glepage.com>2024-06-24 09:19:33 +0200
commit6db066b2f96b8a7f896b596dade716e507913899 (patch)
treee9031fd87a905140634b515fc3b21288738394aa /pkgs/applications/editors
parent8211850d9e70836ad961a0ebb0aa9498c67464d6 (diff)
vimPlugins.codesnap-nvim: add missing meta.homepage
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vim/plugins/overrides.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix
index dc7fe9b2303d1..84f5c0a92de66 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -449,6 +449,8 @@
 
       doInstallCheck = true;
       nvimRequireCheck = "codesnap";
+
+      meta.homepage = "https://github.com/mistricky/codesnap.nvim/";
     };
 
   command-t = super.command-t.overrideAttrs {