forked from WiringPi/WiringPi-Node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request WiringPi#90 from WiringPi/patch-build
Remove [email protected] contact from build
- Loading branch information
Showing
3 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,11 @@ To un-install wiringPi: | |
|
||
./build uninstall | ||
|
||
Gordon Henderson | ||
For help and support see: | ||
|
||
[email protected] | ||
* https://github.com/WiringPi/WiringPi/issues | ||
* https://discord.gg/SM4WUVG | ||
|
||
|
||
wiringPi originally created by Gordon Henderson | ||
https://projects.drogon.net/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 " [email protected]" | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -337,7 +337,7 @@ Gordon Henderson | |
|
||
.SH "REPORTING BUGS" | ||
|
||
Please report bugs to <[email protected]> | ||
Please report bugs to https://github.com/WiringPi/WiringPi/issues | ||
|
||
.SH COPYRIGHT | ||
|
||
|