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:
Ludovic Courtès 2016-10-03 23:20:23 +02:00
parent b1cb9f281a
commit 0f7cd95b81
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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