fix godep licenses for new root

pull/8/head
David Eads 2018-07-26 11:22:13 -04:00
parent 2486d51eb9
commit 43a45fb217
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ process_content () {
# Start search at package root
case ${package} in
github.com/*|golang.org/*|bitbucket.org/*)
github.com/*|golang.org/*|bitbucket.org/*|gonum.org/*)
package_root=$(echo "${package}" |awk -F/ '{ print $1"/"$2"/"$3 }')
;;
go4.org/*)