mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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:
parent
6529534587
commit
8935e41952
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue