diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-10-03 23:20:23 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-10-03 23:20:23 +0200 |
commit | 0f7cd95b8138f120bf0bc0593e772ed8c373f994 (patch) | |
tree | f4519feb3c7ca53c2a336c615a54aacbd4736db2 | |
parent | b1cb9f281a8c1ea91b655ce2d10b79d156257816 (diff) | |
download | guix-0f7cd95b8138f120bf0bc0593e772ed8c373f994.tar guix-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.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 |