summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2015-06-03 14:48:55 +0200
committerKay Sievers <kay@vrfy.org>2015-06-03 14:48:55 +0200
commit29d01b70640878f63e74ce20cb45fd747311fa18 (patch)
treeea9d3169cbda464b7860319a204f4e784aff69eb
parent4142554fcdd3dba1acb01f2866b526c1dd605def (diff)
point to github issues instead of freedesktop bugzilla
-rw-r--r--README1
-rw-r--r--configure.ac2
2 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index b8100446cf..a0ee4878ab 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 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])