$ find -name '*LICENSE*' -exec ninka {} ';' ./vendor/gopkg.in/yaml.v2/LICENSE.libyaml;spdxMIT;1;4;0;1;1;UNKNOWN,Copyright,4 ./vendor/gopkg.in/yaml.v2/LICENSE;Apache-2;1;5;0;1;0;Copyright,5 ./vendor/github.com/mitchellh/go-homedir/LICENSE;spdxMIT;1;4;0;2;0;MITname,Copyright,4 ./vendor/github.com/codegangsta/cli/LICENSE;spdxMIT;1;4;0;2;0;MITname,Copyright,4 ./vendor/github.com/Masterminds/vcs/LICENSE.txt;spdxMIT;1;4;0;1;0;Copyright,4 ./vendor/github.com/Masterminds/semver/LICENSE.txt;spdxMIT;1;4;0;1;0;Copyright,4 ./LICENSE;spdxMIT;1;4;0;1;0;Copyright,4 Apparently yaml.v2 is licensed Apache-2.0 which is more restrictive than MIT, so that should be added to LICENSE.
Ping.
@spiderx, you seem to be maintaining the only revdep of this package. Would you be interested in taking it over?
I can, but I think that glide has no future, because modern go already has features glide provides. https://github.com/Masterminds/glide → "The Go community is now using Go Modules to handle dependencies. Please consider using that instead of Glide. Glide is now mostly unmaintained." So, I think that we should use this bug to remove glide as revdep from peco and remove it from tree after it.
I submitted https://github.com/gentoo/gentoo/pull/13625. If you think that approach from above is appropriate, please, review PR.