about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGaƩtan Lepage <33058747+GaetanLepage@users.noreply.github.com>2024-06-24 10:06:10 +0200
committerGitHub <noreply@github.com>2024-06-24 10:06:10 +0200
commit70886508371f817ed075c24c5905d81e56344b42 (patch)
tree7a4241c4038cf0c0ab524c606ca39fac65107542
parentf810e47108426fe6fde606fe96ae126548f8b2c1 (diff)
parent6db066b2f96b8a7f896b596dade716e507913899 (diff)
Merge pull request #322120 from GaetanLepage/codesnap
vimPlugins.codesnap-nvim: add missing meta.homepage
-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 {