diff --git a/documentation/Installation.txt b/documentation/Installation.txt index 9e6b2bf1eac281b5515c91e7a281897f09bc9547..bc31a2b908b93f4683769ddc607a7a10e0e6e16b 100644 --- a/documentation/Installation.txt +++ b/documentation/Installation.txt @@ -348,7 +348,7 @@ Report Bugs ----------- Please send bug reports to to tech-talk@aps.anl.gov or the maintainer -(currently this is `me <benjamin.franksen@bessy.de>`_). It helps +(currently this is `me <benjamin.franksen@helmholtz-berlin.de>`_). It helps if you include which release of the sequencer and EPICS base release you are using. diff --git a/documentation/index.txt b/documentation/index.txt index 86938acc27f2d82a5907e0b14b2e0dd059739a37..3ed5f17cacba769729b60c0cc632b45ae30223f1 100644 --- a/documentation/index.txt +++ b/documentation/index.txt @@ -4,7 +4,7 @@ State Notation Language and Sequencer .. image:: epics-logo.png :align: right -:Maintainer: Ben Franksen <benjamin.franksen@bessy.de> +:Maintainer: Ben Franksen <benjamin.franksen@helmholtz-berlin.de> :Bug Reports: tech-talk@aps.anl.gov Welcome to the new home of the EPICS Sequencer. diff --git a/src/seq/seq.h b/src/seq/seq.h index 47fc49c333790299d4fb16388bb739c6d76c57a4..dc191d7deb7aaf5bce2d260bd73c557eb22d36ae 100644 --- a/src/seq/seq.h +++ b/src/seq/seq.h @@ -56,7 +56,7 @@ in the file LICENSE that is included with this distribution. #ifdef epicsAssertAuthor #undef epicsAssertAuthor #endif -#define epicsAssertAuthor "benjamin.franksen@bessy.de" +#define epicsAssertAuthor "benjamin.franksen@helmholtz-berlin.de" #include "seqPvt.h" #endif /*INCLseqh*/