From 726d5c411cdc9a6409b86baa18ac7c3bd2c4ad25 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Thu, 26 Nov 2020 16:09:34 +0000 Subject: [PATCH] Remove projects@drogon.net contact from build --- build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build b/build index b22ff18..59d01bb 100755 --- a/build +++ b/build @@ -36,8 +36,8 @@ check_make_ok() { echo "" echo "Make Failed..." echo "Please check the messages and fix any problems. If you're still stuck," - echo "then please email all the output and as many details as you can to" - echo " projects@drogon.net" + echo "then raise a GitHub issue with the output and as many details as you can" + echo " https://github.com/WiringPi/WiringPi/issues" echo "" exit 1 fi