diff --git a/apps_in_progress.md b/apps_in_progress.md index 76e4e1dc..6b2dd449 100644 --- a/apps_in_progress.md +++ b/apps_in_progress.md @@ -35,6 +35,7 @@ The packagers will appreciate your remarks. If you test them and find issues, or

Last update (UTC): {app_update}

Maintainer: {app_maintainer} ({app_mail})

Git repository: {app_git} ({app_branch})

+

App license: {app_license}

@@ -73,7 +74,8 @@ $(document).ready(function () { .replace(/{app_git}/g, infos.git.url) .replace('{app_branch}', infos.git.branch) .replace('{app_update}', timeConverter(infos.lastUpdate)) - .replace('{app_state}', infos.state); + .replace('{app_state}', infos.state) + .replace('{app_license}', infos.manifest.license); if (infos.manifest.developer) { html = html