summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/farside.ex2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/farside.ex b/lib/farside.ex
index e92db93..ca96a4a 100644
--- a/lib/farside.ex
+++ b/lib/farside.ex
@@ -20,6 +20,7 @@ defmodule Farside do
@quora_regex ~r/quora.com|quetre/
@gsearch_regex ~r/google.com\/search|whoogle/
@fandom_regex ~r/fandom.com|breezewiki/
+ @github_regex ~r/github.com|gothub/
@stackoverflow_regex ~r/stackoverflow.com|anonymousoverflow/
@parent_services %{
@@ -37,6 +38,7 @@ defmodule Farside do
@quora_regex => ["quetre"],
@gsearch_regex => ["whoogle"],
@fandom_regex => ["breezewiki"],
+ @github_regex => ["gothub"],
@stackoverflow_regex => ["anonymousoverflow"]
}