Skip to content

Commit 7b7b3fb

Browse files
authored
Fix copyrightYear to int in codemeta.json
1 parent c877661 commit 7b7b3fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646
],
4747
"codeRepository": "https://github.com/PyThaiNLP/pythainlp",
48-
"copyrightYear": "2026",
48+
"copyrightYear": 2026,
4949
"dateCreated": "2016-06-27",
5050
"dateModified": "2025-12-20",
5151
"datePublished": "2016-06-27",

0 commit comments

Comments
 (0)