Skip to content

Commit 73c1a75

Browse files
GaetanLepagenix-infra-bot
authored andcommitted
flake/dev/new-plugin: add missing ';'
1 parent 380aabb commit 73c1a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake/dev/new-plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
packPathName = "{originalName}";
1414
package = "{package}";
1515
16-
{maintainer_todo}maintainers = [ lib.maintainers.{maintainer} ]
16+
{maintainer_todo}maintainers = [ lib.maintainers.{maintainer} ];
1717
1818
# TODO provide an example for the `settings` option (or remove entirely if there is no useful example)
1919
# NOTE you can use `lib.literalExpression` or `lib.literalMD` if needed

0 commit comments

Comments
 (0)