summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-10-03 23:20:23 +0200
committerLudovic Courtès <ludo@gnu.org>2016-10-03 23:20:23 +0200
commit0f7cd95b8138f120bf0bc0593e772ed8c373f994 (patch)
treef4519feb3c7ca53c2a336c615a54aacbd4736db2
parentb1cb9f281a8c1ea91b655ce2d10b79d156257816 (diff)
downloadpatches-0f7cd95b8138f120bf0bc0593e772ed8c373f994.tar
patches-0f7cd95b8138f120bf0bc0593e772ed8c373f994.tar.gz
gnu: gctp: 'license' field now has a <license> value.
* gnu/packages/maths.scm (gctp)[license]: Change to a <license> record.
-rw-r--r--gnu/packages/maths.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 0401cd3bd5..de8c3231c8 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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