diff options
author | Kay Sievers <kay@vrfy.org> | 2015-06-03 14:48:55 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2015-06-03 14:48:55 +0200 |
commit | 29d01b70640878f63e74ce20cb45fd747311fa18 (patch) | |
tree | ea9d3169cbda464b7860319a204f4e784aff69eb /configure.ac | |
parent | 4142554fcdd3dba1acb01f2866b526c1dd605def (diff) | |
download | systemd-29d01b70640878f63e74ce20cb45fd747311fa18.tar.gz systemd-29d01b70640878f63e74ce20cb45fd747311fa18.tar.bz2 systemd-29d01b70640878f63e74ce20cb45fd747311fa18.zip |
point to github issues instead of freedesktop bugzilla
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0532c542f6..c8f8658156 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_PREREQ([2.64]) AC_INIT([systemd], [220], - [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd], + [http://github.com/systemd/systemd/issues] [systemd], [http://www.freedesktop.org/wiki/Software/systemd]) |