summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-08-30 14:54:11 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-08-30 14:55:12 -0400
commitff80e775dcea56be4d234b96e3b234364b435547 (patch)
tree948a2fef56eaff3cf08cbb2ce352455a293460fa /gnu/packages/golang.scm
parenta3bfe953d2e5f067b268c381437a807e1437c85a (diff)
downloadguix-patches-ff80e775dcea56be4d234b96e3b234364b435547.tar
guix-patches-ff80e775dcea56be4d234b96e3b234364b435547.tar.gz
gnu: go-github-com-gdamore-tcell: Correct license to Apache 2.0.
* gnu/packages/golang.scm (go-github-com-gdamore-tcell) [license]: Correct from Expat to Apache 2.0.
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 72579d6bd2..aed7025f51 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5255,7 +5255,7 @@ non-UTF-friendly sources.")
terminfo capability strings to avoid hard-coding escape strings for
formatting. It also favors portability, and includes support for all POSIX
systems.")
- (license license:expat))))
+ (license license:asl2.0))))
(define-public go-github-com-mattn-go-shellwords
(let ((commit "2444a32a19f450fabaa0bb3e96a703f15d9a97d2")