t* hacker news on gopher
       
   URI git clone git://git.codevoid.de/hn-gopher
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit 16f8766887021cbcf42e01e6e2100f0d4bd7e316
   DIR parent 8623a7302f45460a20b8ff52923e419829e4f40b
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Thu,  2 Aug 2018 14:35:58 +0200
       
       Typo in blacklist entry
       
       Diffstat:
         M hn-scraper.pl                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/hn-scraper.pl b/hn-scraper.pl
       t@@ -286,7 +286,7 @@ sub checkBlacklist {
                         "mjg59\.dreamwidth\.org",
                         "scmp\.com",
                         "www\.nature\.com",
       -                 "www\.reddit\.com"
       +                 "www\.reddit\.com",
                         "old\.reddit\.com"
                     );
            foreach my $item (@list) {