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-24 17:01:03 -07:00
committed by Jon
parent 2c3273caa1
commit e5707f2cb5
+1
View File
@@ -414,6 +414,7 @@ let
rev = "{plugin.commit}";
sha256 = "{plugin.sha256}";{submodule_attr}
}};
meta.homepage = "https://github.com/{owner}/{repo}/";
}};
"""
)