mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(file-templates): unknown directive error from __license-lgpl3
The misspelling produces a 'Ignoring unknown directive "contribuer"' error, which was introduced in joaotavora/yasnippet@25f5d88. Ref: joaotavora/yasnippet@25f5d8808a
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
# name: GNU LGPL v3 License
|
||||
# uuid: __license-lgpl3
|
||||
# group: Licenses
|
||||
# contribuer: https://choosealicense.com/licenses/lgpl-3.0/
|
||||
# contributor: https://choosealicense.com/licenses/lgpl-3.0/
|
||||
# expand-env: ((yas-indent-line 'fixed))
|
||||
# --
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
|
Reference in New Issue
Block a user