mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
vimPlugins: Add meta.homepage
Allow determining the source from a nix-env query to disambiguate which plugin you're using/about to use.
This commit is contained in:
parent
2c3273caa1
commit
e5707f2cb5
1 changed files with 1 additions and 0 deletions
|
@ -414,6 +414,7 @@ let
|
|||
rev = "{plugin.commit}";
|
||||
sha256 = "{plugin.sha256}";{submodule_attr}
|
||||
}};
|
||||
meta.homepage = "https://github.com/{owner}/{repo}/";
|
||||
}};
|
||||
"""
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue