diff options
author | Andy Wingo <wingo@pobox.com> | 2015-09-01 13:15:56 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-09-01 13:19:31 +0200 |
commit | e2060a1f35d212ff8bf92f6d81bace190a6d15e9 (patch) | |
tree | 4447d751e5e816049e3bf47e310b9d445f9cfa61 | |
parent | a15428a0fee6fc3e198b0d19492fe4447c4467bb (diff) |
v219.12elogind/v219.12
-rw-r--r-- | configure.ac | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 0f004e3584..045bfb52a8 100644 --- a/configure.ac +++ b/configure.ac @@ -19,12 +19,11 @@ AC_PREREQ([2.64]) -# FIXME: Update to proper web page AC_INIT([elogind], - [219.11], - [http://bugs.freedesktop.org/enter_bug.cgi?product=elogind], + [219.12], + [https://github.com/andywingo/elogind/issues], [elogind], - [http://www.freedesktop.org/wiki/Software/elogind]) + [https://github.com/andywingo/elogind]) AC_CONFIG_SRCDIR([src/login/logind.c]) AC_CONFIG_MACRO_DIR([m4]) |