diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-03-04 11:00:59 +0100 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-03-04 11:07:40 +0100 |
commit | 73e9649387355b878dee702abf25072d00dfafed (patch) | |
tree | 9ff7cc48546f34bb650d3343eea01e6952c68679 /src/args.c | |
parent | 30da37addd94966701e5598a19b251a548b55178 (diff) | |
download | calcurse-73e9649387355b878dee702abf25072d00dfafed.zip |
Update mail addresses to match the new mailing lists.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/args.c')
-rw-r--r-- | src/args.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -29,7 +29,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * Send your feedback or comments to : calcurse@culot.org + * Send your feedback or comments to : misc@calcurse.org * Calcurse home page : http://culot.org/calcurse * */ @@ -144,7 +144,7 @@ help_arg () "\tby issuing a command such as: calcurse --export > calcurse.dat\n" "\nFor more information, type '?' from within Calcurse, " "or read the manpage.\n" - "Mail bug reports and suggestions to <calcurse@culot.org>.\n"); + "Mail bug reports and suggestions to <misc@calcurse.org>.\n"); (void)snprintf (htitle, BUFSIZ, _("Calcurse %s - text-based organizer\n"), VERSION); @@ -506,7 +506,7 @@ more_info (void) fputs (_("\nFor more information, type '?' from within Calcurse, " "or read the manpage.\n"), stdout); fputs (_("Mail bug reports and suggestions to " - "<calcurse@culot.org>.\n"), stdout); + "<misc@calcurse.org>.\n"), stdout); } /* |