gnu: gctp: 'license' field now has a <license> value.
* gnu/packages/maths.scm (gctp)[license]: Change to a <license> record.
This commit is contained in:
parent
b1cb9f281a
commit
0f7cd95b81
|
@ -442,7 +442,7 @@ from one map projection to another. The GCTP is the standard computer
|
|||
software used by the National Mapping Division for map projection
|
||||
computations.")
|
||||
(home-page "https://github.com/OkoSanto/GCTP")
|
||||
(license 'license:public-domain))) ; https://www2.usgs.gov/laws/info_policies.html
|
||||
(license license:public-domain))) ;https://www2.usgs.gov/laws/info_policies.html
|
||||
|
||||
(define-public hdf5
|
||||
(package
|
||||
|
|
Loading…
Reference in New Issue