diff --git a/source/dlangbot/bugzilla.d b/source/dlangbot/bugzilla.d index bee2e14..734d6d0 100644 --- a/source/dlangbot/bugzilla.d +++ b/source/dlangbot/bugzilla.d @@ -6,8 +6,7 @@ import vibe.inet.webform : urlEncode; shared string bugzillaURL = "https://issues.dlang.org"; // D projects which use Bugzilla for bug tracking. -static immutable bugzillaProjectSlugs = ["dlang/dmd", "dlang/druntime", "dlang/phobos", - "dlang/dlang.org", "dlang/tools", "dlang/installer"]; +static immutable bugzillaProjectSlugs = ["dlang/tools", "dlang/installer"]; import std.algorithm, std.conv, std.range, std.string;