From ff80e775dcea56be4d234b96e3b234364b435547 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 30 Aug 2021 14:54:11 -0400 Subject: 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. --- gnu/packages/golang.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/golang.scm') 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") -- cgit v1.2.3