diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-07-24 15:17:37 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-07-24 15:48:06 +0200 |
commit | 0e11f5da4daf1fc715f64b1e4a26bf7091da7cf1 (patch) | |
tree | f037fd27ad44186f565772f6932b7ac965d8513d | |
parent | a14a2da5fecdb7c022a44ca1fbc7e60981236eb5 (diff) | |
download | patches-0e11f5da4daf1fc715f64b1e4a26bf7091da7cf1.tar patches-0e11f5da4daf1fc715f64b1e4a26bf7091da7cf1.tar.gz |
gnu: go-github-com-yookoala-realpath: Fix license.
* gnu/packages/golang.scm (go-github-com-yookoala-realpath)[license]:
Change to EXPAT.
-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 c2055956b9..445533b0c2 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") |