tunnel: add developer information to pom xml

Otherwise sonatype gets upset.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2021-02-11 16:34:30 +01:00
parent f764f2aaa9
commit 639ee6b5b2
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ afterEvaluate {
name = 'WireGuard'
url = 'https://www.wireguard.com/'
}
developer {
name = 'WireGuard'
email = 'team@wireguard.com'
}
}
}
}