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:
Lisa Ugray 2020-04-21 11:01:48 -04:00 committed by Jon
parent 2c3273caa1
commit e5707f2cb5
1 changed files with 1 additions and 0 deletions

View File

@ -414,6 +414,7 @@ let
rev = "{plugin.commit}"; rev = "{plugin.commit}";
sha256 = "{plugin.sha256}";{submodule_attr} sha256 = "{plugin.sha256}";{submodule_attr}
}}; }};
meta.homepage = "https://github.com/{owner}/{repo}/";
}}; }};
""" """
) )