Merge pull request #136131 from teto/fix-packer

Fix packer
This commit is contained in:
Matthieu Coudron 2021-08-30 10:34:35 +02:00 committed by GitHub
commit 3a39875048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 528 additions and 528 deletions

File diff suppressed because it is too large Load Diff

View File

@ -66,7 +66,7 @@ class VimEditor(pluginupdate.Editor):
f.write(textwrap.indent(textwrap.dedent(
f"""
{plugin.normalized_name} = buildVimPluginFrom2Nix {{
pname = "{plugin.normalized_name}";
pname = "{plugin.name}";
version = "{plugin.version}";
src = fetchFromGitHub {{
owner = "{owner}";