diff options
author | Antero Mejr <antero@mailbox.org> | 2023-02-24 03:22:18 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-03-10 14:49:59 +0100 |
commit | 8935e4195273bcb7023521943b0f293c5d7355b2 (patch) | |
tree | c5bd6e93d02a042f11e0ce5e2f292f5a4b602082 | |
parent | 6529534587989224563221a3f33e316f6fb75822 (diff) | |
download | guix-8935e4195273bcb7023521943b0f293c5d7355b2.tar.gz |
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>
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 8f058c5906..2c5c64c426 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4551,9 +4551,7 @@ Projection code and larger maps are in separate packages (@code{mapproj} and (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 |