configure: Fix bug report email address.
authorBen Pfaff <blp@nicira.com>
Sat, 18 Jan 2014 01:49:55 +0000 (17:49 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 19 Feb 2014 21:51:52 +0000 (13:51 -0800)
Reported-by: Arun Sharma <arun.sharma@calsoftinc.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Joe Stringer <joestringer@nicira.com>
configure.ac

index 19c095e..2fccc64 100644 (file)
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 AC_PREREQ(2.64)
-AC_INIT(openvswitch, 2.1.90, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.1.90, bugs@openvswitch.org)
 AC_CONFIG_SRCDIR([datapath/datapath.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])