aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-02-11 16:34:30 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-02-11 16:40:34 +0100
commit639ee6b5b28cf4635e69da545cae8246e5b3c734 (patch)
tree503ba1f2a6f7100d0440be1c511a4f705b47379e /tunnel
parentbuild: update AGP to 4.1.2 (diff)
downloadwireguard-android-639ee6b5b28cf4635e69da545cae8246e5b3c734.tar.xz
wireguard-android-639ee6b5b28cf4635e69da545cae8246e5b3c734.zip
tunnel: add developer information to pom xml
Otherwise sonatype gets upset. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tunnel')
-rw-r--r--tunnel/publish.gradle4
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'
+ }
}
}
}