diff --git a/commands/lib/list.go b/commands/lib/list.go index 3a0302c3cf6..d2b1aba8f27 100644 --- a/commands/lib/list.go +++ b/commands/lib/list.go @@ -118,7 +118,7 @@ func GetOutputLibrary(lib *libraries.Library) *rpc.Library { LdFlags: lib.LDflags, IsLegacy: lib.IsLegacy, Version: lib.Version.String(), - License: lib.LDflags, + License: lib.License, } }