diff --git a/BioArchLinux/r-pbdmpi/PKGBUILD b/BioArchLinux/r-pbdmpi/PKGBUILD index af8c9ef78f..b92abddcc8 100644 --- a/BioArchLinux/r-pbdmpi/PKGBUILD +++ b/BioArchLinux/r-pbdmpi/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="R Interface to MPI for HPC Clusters (Programming with Big Data Project)" arch=(x86_64) url="https://cran.r-project.org/package=$_pkgname" -license=(MPL2) +license=('MPL-2.0') depends=( openmpi r-float diff --git a/lilac-extensions/lilac_r_utils.py b/lilac-extensions/lilac_r_utils.py index 9581f117a5..749a313096 100644 --- a/lilac-extensions/lilac_r_utils.py +++ b/lilac-extensions/lilac_r_utils.py @@ -216,7 +216,7 @@ license_map = { "LGPL-3 | Apache License 2.0": "LGPL-3.0-only OR Apache-2.0", "Lucent Public License": "custom:LPL", "MIT + file LICENSE": "MIT", - "Mozilla Public License 2.0": "MPL2", + "Mozilla Public License 2.0": "MPL-2.0", "Unlimited": "LicenseRef-Unlimited", }