python-xbee: fix mispelled license name

Clean up this warning on build:

python3-xbee: No generic license file exists for: MPL2.0 in any provider

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2020-01-02 12:25:43 +01:00
parent a114391ae9
commit a5d6f02ea0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
SUMMARY = "Python library to interact with Digi International's XBee radio frequency modules."
HOMEPAGE = "https://github.com/digidotcom/python-xbee"
LICENSE = "MPL2.0"
LICENSE = "MPL-2.0"
PYPI_PACKAGE = "digi-xbee"