Browse code

update emails

mikejiang authored on 02/08/2021 17:09:12
Showing 3 changed files

... ...
@@ -1,10 +1,10 @@
1 1
 Package: CytoML
2 2
 Type: Package
3 3
 Title: A GatingML Interface for Cross Platform Cytometry Data Sharing
4
-Version: 2.5.3
4
+Version: 2.5.4
5 5
 Date: 2016-04-15
6 6
 Author: Mike Jiang, Jake Wagner
7
-Maintainer: Mike Jiang <wjiang2@fhcrc.org>
7
+Maintainer: Mike Jiang <mike@ozette.ai>
8 8
 Description: Uses platform-specific implemenations of the GatingML2.0 standard 
9 9
     to exchange gated cytometry data with other software platforms.
10 10
 License: file LICENSE
... ...
@@ -2,7 +2,7 @@
2 2
 # Guess values for system-dependent variables and create Makefiles.
3 3
 # Generated by GNU Autoconf 2.69 for CytoML 1.9.4.
4 4
 #
5
-# Report bugs to <wjiang2@fhcrc.org>.
5
+# Report bugs to <mike@ozette.ai>.
6 6
 #
7 7
 #
8 8
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
... ...
@@ -265,7 +265,7 @@ fi
265 265
     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
266 266
     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
267 267
   else
268
-    $as_echo "$0: Please tell bug-autoconf@gnu.org and wjiang2@fhcrc.org
268
+    $as_echo "$0: Please tell bug-autoconf@gnu.org and mike@ozette.ai
269 269
 $0: about your system, including any error possibly output
270 270
 $0: before this message. Then install a modern shell, or
271 271
 $0: manually run the script under such a shell if you do
... ...
@@ -581,7 +581,7 @@ PACKAGE_NAME='CytoML'
581 581
 PACKAGE_TARNAME='cytoml'
582 582
 PACKAGE_VERSION='1.9.4'
583 583
 PACKAGE_STRING='CytoML 1.9.4'
584
-PACKAGE_BUGREPORT='wjiang2@fhcrc.org'
584
+PACKAGE_BUGREPORT='mike@ozette.ai'
585 585
 PACKAGE_URL=''
586 586
 
587 587
 ac_unique_file="src/parseFlowJoWorkspace.cpp"
... ...
@@ -1295,7 +1295,7 @@ Some influential environment variables:
1295 1295
 Use these variables to override the choices made by `configure' or to help
1296 1296
 it to find libraries and programs with nonstandard names/locations.
1297 1297
 
1298
-Report bugs to <wjiang2@fhcrc.org>.
1298
+Report bugs to <mike@ozette.ai>.
1299 1299
 _ACEOF
1300 1300
 ac_status=$?
1301 1301
 fi
... ...
@@ -3590,7 +3590,7 @@ Usage: $0 [OPTION]... [TAG]...
3590 3590
 Configuration files:
3591 3591
 $config_files
3592 3592
 
3593
-Report bugs to <wjiang2@fhcrc.org>."
3593
+Report bugs to <mike@ozette.ai>."
3594 3594
 
3595 3595
 _ACEOF
3596 3596
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
... ...
@@ -2,7 +2,7 @@
2 2
 # Process this file with autoconf to produce a configure script.
3 3
 
4 4
 AC_PREREQ([2.65])
5
-AC_INIT([CytoML], [1.9.4], [wjiang2@fhcrc.org])
5
+AC_INIT([CytoML], [1.9.4], [mike@ozette.ai])
6 6
 AC_CONFIG_SRCDIR([src/parseFlowJoWorkspace.cpp])
7 7
 #AC_CONFIG_HEADERS([config.h])
8 8
 AC_ARG_WITH(xml2,