diff options
-rw-r--r-- | tunnel/publish.gradle | 4 |
1 files changed, 4 insertions, 0 deletions
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' + } } } } |