From 0f7cd95b8138f120bf0bc0593e772ed8c373f994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 3 Oct 2016 23:20:23 +0200 Subject: gnu: gctp: 'license' field now has a value. * gnu/packages/maths.scm (gctp)[license]: Change to a record. --- gnu/packages/maths.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.2.3