Skip to content

Commit 4e415c2

Browse files
committed
Add missing cookiecutter args to .cruft.json
1 parent 9bd11cd commit 4e415c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.cruft.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
"github_owner": "projectsyn",
1515
"github_name": "component-vcluster",
1616
"github_url": "https://github.com/projectsyn/component-vcluster",
17-
"_template": "https://github.com/projectsyn/commodore-component-template.git"
17+
"_template": "https://github.com/projectsyn/commodore-component-template.git",
18+
"add_lib": "n",
19+
"add_pp": "n",
20+
"copyright_holder": "VSHN AG <info@vshn.ch>",
21+
"copyright_year": "2021"
1822
}
1923
},
2024
"directory": null

0 commit comments

Comments
 (0)