android tools: fix meta license
This commit is contained in:
parent
9ba8f9c6cf
commit
2d1147930b
2 changed files with 2 additions and 2 deletions
|
@ -58,5 +58,5 @@ deployAndroidPackage {
|
|||
${postInstall}
|
||||
'';
|
||||
|
||||
meta.licenses = lib.licenses.unfree;
|
||||
meta.license = lib.licenses.unfree;
|
||||
}
|
||||
|
|
|
@ -40,5 +40,5 @@ deployAndroidPackage {
|
|||
${postInstall}
|
||||
'';
|
||||
|
||||
meta.licenses = lib.licenses.unfree;
|
||||
meta.license = lib.licenses.unfree;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue