gnu: r-mapproj: Correct license field to lpl1.02.

* gnu/packages/cran.scm (r-mapproj): Correct license.
[license]: Change to lpl1.02.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Antero Mejr 2023-02-24 03:22:18 +00:00 committed by Ludovic Courtès
parent 6529534587
commit 8935e41952
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -4551,9 +4551,7 @@ (define-public r-mapproj
(description "This package converts latitude/longitude into projected
coordinates.")
(license (list license:gpl2 ; The R interface
(license:non-copyleft ; The C code
"https://www.gnu.org/licenses/license-list.en.html#lucent102"
"Lucent Public License Version 1.02")))))
license:lpl1.02)))) ; The C code
(define-public r-rgooglemaps
(package