Skip to content

Commit

Permalink
Fix REUSE compliance
Browse files Browse the repository at this point in the history
s/CMakePresets.txt/CMakePresets.json
pre-commit should stop nagging now
  • Loading branch information
iamsergio committed Dec 18, 2024
1 parent 7b39f94 commit 7452283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SPDX-PackageDownloadLocation = "https://www.github.com/KDAB/KDChart"

#misc source code
[[annotations]]
path = ["**.qrc", "**.ui", "**.xml", "**.kdx", "**.kxs", "**.conf", "**.csv", "**.cht", "**.map", "**.bat", "CMakePresets.txt"]
path = ["**.qrc", "**.ui", "**.xml", "**.kdx", "**.kxs", "**.conf", "**.csv", "**.cht", "**.map", "**.bat", "CMakePresets.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "MIT"
Expand Down

0 comments on commit 7452283

Please sign in to comment.