diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2012-08-16 09:20:51 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2012-08-16 09:20:51 +0000 |
commit | ee5bc8dcbbfb2f189231218401babe855e913890 (patch) | |
tree | b321fbb01de2e388f8163b66d4eb256e9d481030 /net/openvswitch | |
parent | 3ff04708928f5ec8196760aef932e0ba26c63622 (diff) |
Pass maintainership to emaste@.
Notes
Notes:
svn path=/head/; revision=302628
Diffstat (limited to 'net/openvswitch')
-rw-r--r-- | net/openvswitch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index a7b184ddd68c..02e38a9a7f49 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.7.0 CATEGORIES= net MASTER_SITES= http://openvswitch.org/releases/ -MAINTAINER= trasz@FreeBSD.org +MAINTAINER= emaste@FreeBSD.org COMMENT= A production quality, multilayer virtual switch LICENSE= AL2 |