diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-08-30 14:54:11 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-08-30 14:55:12 -0400 |
commit | ff80e775dcea56be4d234b96e3b234364b435547 (patch) | |
tree | 948a2fef56eaff3cf08cbb2ce352455a293460fa /gnu | |
parent | a3bfe953d2e5f067b268c381437a807e1437c85a (diff) | |
download | guix-ff80e775dcea56be4d234b96e3b234364b435547.tar.gz guix-ff80e775dcea56be4d234b96e3b234364b435547.zip |
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')
-rw-r--r-- | gnu/packages/golang.scm | 2 |
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") |