diff --git a/gradle.properties b/gradle.properties index 2c33c6a6..ed799523 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,9 +34,9 @@ POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/zcash/zcash-android-wallet-s POM_LICENCE_NAME=The MIT License POM_LICENCE_URL=http://opensource.org/licenses/MIT POM_LICENCE_DIST=repo -POM_DEVELOPER_ID=gmale -POM_DEVELOPER_NAME=Kevin Gorham -POM_DEVELOPER_URL=https://github.com/gmale/ +POM_DEVELOPER_ID=zcash +POM_DEVELOPER_NAME=Zcash +POM_DEVELOPER_URL=https://github.com/zcash/ # Kotlin compiler warnings can be considered errors, failing the build. # Currently set to false, because this project has a lot of warnings to fix first.