[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: go-github-com-yookoala-realpath: Fix license.
From: |
Ludovic Courtès |
Subject: |
03/03: gnu: go-github-com-yookoala-realpath: Fix license. |
Date: |
Tue, 24 Jul 2018 09:48:15 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 0e11f5da4daf1fc715f64b1e4a26bf7091da7cf1
Author: Ludovic Courtès <address@hidden>
Date: Tue Jul 24 15:17:37 2018 +0200
gnu: go-github-com-yookoala-realpath: Fix license.
* gnu/packages/golang.scm (go-github-com-yookoala-realpath)[license]:
Change to EXPAT.
---
gnu/packages/golang.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index c205595..445533b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2171,7 +2171,7 @@ anyways and Go regexps are more powerful.")
(description "This package provides @code{realpath}, a Go module that
when provided with a valid relative path / alias path, it will return you with
a string of its real absolute path in the system.")
- (license license:bsd-style))))
+ (license license:expat))))
(define-public go-gitlab-com-ambrevar-damerau
(let ((commit "883829e1f25fad54015772ea663e69017cf22352")