Skip to content

Commit

Permalink
configure.ac: Drop the bug report e-mail from AC_INIT()
Browse files Browse the repository at this point in the history
Fixes #70
  • Loading branch information
t8m committed Nov 2, 2020
1 parent b945acf commit 8191b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([cronie],[1.5.5],[mmaslano@redhat.com,tmraz@fedoraproject.org])
AC_INIT([cronie],[1.5.5])
AC_CONFIG_HEADER([config.h])
AC_PREREQ(2.60)

Expand Down

0 comments on commit 8191b84

Please sign in to comment.