diff --git a/.travis.yml b/.travis.yml index 24a15d8..70c82de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ dist: trusty language: go -go_import_path: github.com/src-d/enry go: - '1.12.x' diff --git a/java/build.sbt b/java/build.sbt index fcb5b36..83043c8 100644 --- a/java/build.sbt +++ b/java/build.sbt @@ -14,6 +14,10 @@ developers += Developer("abeaumont", "Alfredo Beaumont", "alfredo@sourced.tech", url("https://github.com/abeaumont")) +developers += Developer("bzz", + "Alexander Bezzubov", + "alex@sourced.tech", + url("https://github.com/bzz")) licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")) pomIncludeRepository := (_ => false)