r-metrics: fix to license

This commit is contained in:
Shun Wang 2025-01-02 10:19:14 +08:00 committed by GitHub
parent 6231f5fba0
commit 60d6d8d093
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ from lilac_r_utils import r_pre_build
def pre_build():
r_pre_build(
_G,
expect_license = "BSD_3_clause + file LICENCE",
expect_license = "BSD_3_clause + file LICENSE",
)
def post_build():