Update the non existing contact email

This commit is contained in:
Eugen Wissner 2024-04-08 16:57:22 +02:00
parent 457e48a4cf
commit 479a390eff
Signed by: belka
GPG Key ID: A27FDC1E8EE902C0
6 changed files with 14 additions and 10 deletions

View File

@ -1 +1 @@
Eugene Wissner <belka.ew@gmail.com>
Eugen Wissner <belka@caraus.de>

View File

@ -1,5 +1,9 @@
2024-04-07 Eugen Wissner <belka@caraus.de>
* Added PolicyKit configuration
==================== 1.1 ====================
2012-01-22 Eugene Wissner <belka.ew@gmail.com>
2012-01-22 Eugen Wissner <belka@caraus.de>
* Added autotools scripts

10
configure vendored
View File

@ -2,7 +2,7 @@
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.72 for slack-timedate 1.1.
#
# Report bugs to <belka.ew@gmail.com>.
# Report bugs to <belka@caraus.de>.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
@ -269,7 +269,7 @@ then :
printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
else
printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and belka.ew@gmail.com
printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and belka@caraus.de
$0: about your system, including any error possibly output
$0: before this message. Then install a modern shell, or
$0: manually run the script under such a shell if you do
@ -605,7 +605,7 @@ PACKAGE_NAME='slack-timedate'
PACKAGE_TARNAME='slack-timedate'
PACKAGE_VERSION='1.1'
PACKAGE_STRING='slack-timedate 1.1'
PACKAGE_BUGREPORT='belka.ew@gmail.com'
PACKAGE_BUGREPORT='belka@caraus.de'
PACKAGE_URL=''
ac_unique_file="slack-timedate.h"
@ -1388,7 +1388,7 @@ Some influential environment variables:
Use these variables to override the choices made by 'configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to <belka.ew@gmail.com>.
Report bugs to <belka@caraus.de>.
_ACEOF
ac_status=$?
fi
@ -5273,7 +5273,7 @@ $config_files
Configuration commands:
$config_commands
Report bugs to <belka.ew@gmail.com>."
Report bugs to <belka@caraus.de>."
_ACEOF
ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([slack-timedate], [1.1], [belka.ew@gmail.com])
AC_INIT([slack-timedate], [1.1], [belka@caraus.de])
AC_CONFIG_SRCDIR([slack-timedate.h])
AC_CONFIG_FILES([Makefile])

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013 Eugene Wissner <belka.ew@gmail.com>
* Copyright (C) 2013-2024 Eugen Wissner <belka@caraus.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013 Eugene Wissner <belka.ew@gmail.com>
* Copyright (C) 2013-2024 Eugen Wissner <belka@caraus.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by