diff mbox series

[bug#61745,3/5] gnu: r-mapproj: Correct license field to lpl1.02.

Message ID 20230224032220.14820-3-antero@mailbox.org
State New
Headers show
Series [bug#61745,1/5] licenses: Add LPL 1.02 (Lucent Public Licence). | expand

Commit Message

Antero Mejr Feb. 24, 2023, 3:22 a.m. UTC
* gnu/packages/cran.scm (r-mapproj): Correct license.
[license]: Change to lpl1.02.
---
 gnu/packages/cran.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c7a81b96eb..4fac45a91d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4360,9 +4360,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