From 013d0faae596afc52b5d2298355cb3f30280558c Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Tue, 15 Aug 2017 21:10:34 +0200 Subject: [PATCH] updates url on info page --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index dabbb6b..5d4e6ba 100644 --- a/main.cpp +++ b/main.cpp @@ -292,7 +292,7 @@ void PrintInfo() { cout << "\033[1;32m"; #endif cout << "\n Dominic Reich Kontakt: dominic@mm.st\n"; - cout << " Seite 37 http://tmsn.at\n 6433 Oetz\n"; + cout << " Seite 37 http://dominicreich.com/work/tools/\n 6433 Oetz\n"; cout << " AUSTRIA Version: " << Version::FULLVERSION_STRING << Version::STATUS_SHORT; cout << " (" << Version::STATUS << ")\n\n"; cout << " https://github.com/freefallcid/Fewo-Blacklist/\n\n";