Skip to content

Commit 8912166

Browse files
authored
Instruct users to open GitHub issue instead email
1 parent 20278ac commit 8912166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_INIT([Adafruit BeagleBone IO Library],
22
[1.0.0],
3-
[support@adafruit.com],
3+
[https://github.com/adafruit/adafruit-beaglebone-io-python/issues],
44
[adafruit-bbio])
55

66
AC_PREREQ([2.59])
@@ -22,4 +22,4 @@ AC_LANG([C++])
2222
CHECK_GTEST
2323
CHECK_KERNEL_RELEASE
2424

25-
AC_OUTPUT
25+
AC_OUTPUT

0 commit comments

Comments
 (0)