From: Kay Sievers Date: Wed, 3 Jun 2015 12:48:55 +0000 (+0200) Subject: point to github issues instead of freedesktop bugzilla X-Git-Tag: v221~199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29d01b70640878f63e74ce20cb45fd747311fa18;p=thirdparty%2Fsystemd.git point to github issues instead of freedesktop bugzilla --- diff --git a/README b/README index b8100446cf9..a0ee4878abc 100644 --- a/README +++ b/README @@ -21,7 +21,6 @@ IRC: #systemd on irc.freenode.org BUG REPORTS: - https://bugs.freedesktop.org/enter_bug.cgi?product=systemd https://github.com/systemd/systemd/issues AUTHOR: diff --git a/configure.ac b/configure.ac index 0532c542f60..c8f86581564 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])