diff --git a/tunnel/publish.gradle b/tunnel/publish.gradle index 60568895..fd4ef18b 100644 --- a/tunnel/publish.gradle +++ b/tunnel/publish.gradle @@ -36,6 +36,10 @@ afterEvaluate { name = 'WireGuard' url = 'https://www.wireguard.com/' } + developer { + name = 'WireGuard' + email = 'team@wireguard.com' + } } } }