Commit 30700488 authored by Federico Bond's avatar Federico Bond Committed by Massimiliano Pippi

Fix license field in lib list command (#541)

parent 78c64800
......@@ -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,
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment