mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-metrics: fix to license
This commit is contained in:
parent
6231f5fba0
commit
60d6d8d093
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Reference in a new issue