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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
software used by the National Mapping Division for map projection
|
||||||
computations.")
|
computations.")
|
||||||
(home-page "https://github.com/OkoSanto/GCTP")
|
(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
|
(define-public hdf5
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue