Skip to content

Commit bb04e83

Browse files
tredondokmk3
authored andcommitted
docs: use GitHub issues as the bug reporting address
1 parent b2be487 commit bb04e83

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

configure

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Guess values for system-dependent variables and create Makefiles.
33
# Generated by GNU Autoconf 2.71 for firejail 0.9.73.
44
#
5-
# Report bugs to <netblue30@protonmail.com>.
5+
# Report bugs to <https://github.com/netblue30/firejail/issues>.
66
#
77
#
88
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -267,10 +267,10 @@ then :
267267
printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
268268
else
269269
printf "%s\n" "$0: Please tell [email protected] and
270-
$0: netblue30@protonmail.com about your system, including
271-
$0: any error possibly output before this message. Then
272-
$0: install a modern shell, or manually run the script
273-
$0: under such a shell if you do have one."
270+
$0: https://github.com/netblue30/firejail/issues about your
271+
$0: system, including any error possibly output before this
272+
$0: message. Then install a modern shell, or manually run
273+
$0: the script under such a shell if you do have one."
274274
fi
275275
exit 1
276276
fi
@@ -612,7 +612,7 @@ PACKAGE_NAME='firejail'
612612
PACKAGE_TARNAME='firejail'
613613
PACKAGE_VERSION='0.9.73'
614614
PACKAGE_STRING='firejail 0.9.73'
615-
PACKAGE_BUGREPORT='netblue30@protonmail.com'
615+
PACKAGE_BUGREPORT='https://github.com/netblue30/firejail/issues'
616616
PACKAGE_URL='https://firejail.wordpress.com'
617617

618618
ac_unique_file="src/firejail/main.c"
@@ -1446,7 +1446,7 @@ Some influential environment variables:
14461446
Use these variables to override the choices made by `configure' or to help
14471447
it to find libraries and programs with nonstandard names/locations.
14481448
1449-
Report bugs to <netblue30@protonmail.com>.
1449+
Report bugs to <https://github.com/netblue30/firejail/issues>.
14501450
firejail home page: <https://firejail.wordpress.com>.
14511451
_ACEOF
14521452
ac_status=$?
@@ -5111,7 +5111,7 @@ Usage: $0 [OPTION]... [TAG]...
51115111
Configuration files:
51125112
$config_files
51135113
5114-
Report bugs to <netblue30@protonmail.com>.
5114+
Report bugs to <https://github.com/netblue30/firejail/issues>.
51155115
firejail home page: <https://firejail.wordpress.com>."
51165116
51175117
_ACEOF

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
#
1313

1414
AC_PREREQ([2.68])
15-
AC_INIT([firejail], [0.9.73], [netblue30@protonmail.com], [],
16-
[https://firejail.wordpress.com])
15+
AC_INIT([firejail], [0.9.73], [https://github.com/netblue30/firejail/issues],
16+
[], [https://firejail.wordpress.com])
1717

1818
AC_CONFIG_SRCDIR([src/firejail/main.c])
1919
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)