diff options
-rw-r--r-- | gnu/packages/maths.scm | 2 |
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 |