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
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;
}