diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-04 16:40:25 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:21:42 +0200 |
commit | 9561b0d8346a50ee811de28577336f708ecc7075 (patch) | |
tree | 2b04e99005f0d0926aa7ffbfb96b409e60ec1ae0 /templates/html5/packaging/wgt | |
parent | 93f8ae0b1ccb3e2b63a5e56ee5510c927a0b7b25 (diff) |
Update to the latest modification from reference
Change-Id: I488eb76f809516a65ae642d7ff25b7ba51c94e2c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'templates/html5/packaging/wgt')
-rw-r--r-- | templates/html5/packaging/wgt/config.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html5/packaging/wgt/config.xml.in b/templates/html5/packaging/wgt/config.xml.in index 9af897b..26f4664 100644 --- a/templates/html5/packaging/wgt/config.xml.in +++ b/templates/html5/packaging/wgt/config.xml.in @@ -4,7 +4,7 @@ <icon src="icon.png"/> <content src="index.html" type="text/html"/> <description>@PROJECT_DESCRIPTION@</description> - <author>Romain Forlot <romain.forlot@iot.bzh></author> + <author>@PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@></author> <license>APL 2.0</license> </widget> |