android tools: fix meta license

This commit is contained in:
Sandro Jäckel 2022-06-20 11:16:24 +02:00
parent 9ba8f9c6cf
commit 2d1147930b
No known key found for this signature in database
GPG Key ID: B1763F8651144063
2 changed files with 2 additions and 2 deletions

View File

@ -58,5 +58,5 @@ deployAndroidPackage {
${postInstall}
'';
meta.licenses = lib.licenses.unfree;
meta.license = lib.licenses.unfree;
}

View File

@ -40,5 +40,5 @@ deployAndroidPackage {
${postInstall}
'';
meta.licenses = lib.licenses.unfree;
meta.license = lib.licenses.unfree;
}