Merge pull request #178311 from NixOS/gomobile-2022-05-04

android tools: fix meta license
This commit is contained in:
Sandro 2022-06-20 12:02:00 +02:00 committed by GitHub
commit 280d485b6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}