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

View file

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