diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2019-03-29 13:21:46 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2019-03-29 13:21:46 +0000 |
commit | 3c255f825cada2eb60b07593681a12c27e63bf07 (patch) | |
tree | a21deaa136cd8055b388f7be3b7f9e340c12d149 /net | |
parent | Fix maintainer e-mail address (diff) |
net/boringtun: Update maintainer to my FreeBSD address
Reported by: bapt
Diffstat (limited to 'net')
-rw-r--r-- | net/boringtun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/boringtun/Makefile b/net/boringtun/Makefile index 90ce0fdc2a91..3159bde8b7a6 100644 --- a/net/boringtun/Makefile +++ b/net/boringtun/Makefile @@ -8,7 +8,7 @@ CATEGORIES= net PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= b10df0ef427cea425f6eeedb372da372055de308.patch:-p1 -MAINTAINER= decke@bluelife.at +MAINTAINER= decke@FreeBSD.org COMMENT= Userspace WireGuard implementation in Rust LICENSE= BSD3CLAUSE |