guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: gctp: 'license' field now has a <license> value.


From: Ludovic Courtès
Subject: 01/01: gnu: gctp: 'license' field now has a <license> value.
Date: Mon, 3 Oct 2016 21:21:12 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 0f7cd95b8138f120bf0bc0593e772ed8c373f994
Author: Ludovic Courtès <address@hidden>
Date:   Mon Oct 3 23:20:23 2016 +0200

    gnu: gctp: 'license' field now has a <license> value.
    
    * gnu/packages/maths.scm (gctp)[license]: Change to a <license> record.
---
 gnu/packages/maths.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 0401cd3..de8c323 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]