change maintainer's e-mail and name.

change mail address gmail of "jkhpro1003" to "how2soft".

"jkh" means that is the initials of my korean name spelling.
I changed it because only Koreans don't use it.

Signed-off-by: Steve Jeong <how2soft@gmail.com>
Change-Id: Ibf7ceef9b1085f706bb0ce82fcddfa2d13a16b9d
This commit is contained in:
Steve Jeong
2023-01-03 12:04:06 +09:00
parent ce05929d39
commit 16e6a29c28
5 changed files with 5 additions and 5 deletions

2
debian/control vendored
View File

@@ -1,7 +1,7 @@
Source: odroid-wiringpi Source: odroid-wiringpi
Section: electronics Section: electronics
Priority: optional Priority: optional
Maintainer: Deokgyu Yang <secugyu@gmail.com>, Steve Jeong <jkhpro@gmail.com> Maintainer: Deokgyu Yang <secugyu@gmail.com>, Steve Jeong <how2soft@gmail.com>
Standards-Version: 3.8.0 Standards-Version: 3.8.0
Homepage: https://wiki.odroid.com Homepage: https://wiki.odroid.com
Build-Depends: debhelper (>= 10), Build-Depends: debhelper (>= 10),

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# /etc/odroid-wpi-pwm.sh # /etc/odroid-wpi-pwm.sh
# written by steve.jeong <jkhpro1003@gmail.com> # written by Steve Jeong <how2soft@gmail.com>
# #
# allow access pwm sys node (with odroid-wiringpi gpiomem). # allow access pwm sys node (with odroid-wiringpi gpiomem).
# udev rules: 99-odroid-wiringpi-pwm.rules # udev rules: 99-odroid-wiringpi-pwm.rules

View File

@@ -6,7 +6,7 @@
// //
/*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/
/******************************************************************************* /*******************************************************************************
Copyright (C) 2022 Steve Jeong <jkhpro1003@gmail.com> Copyright (C) 2022 Steve Jeong <how2soft@gmail.com>
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -6,7 +6,7 @@
*/ */
/*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/
/******************************************************************************* /*******************************************************************************
Copyright (C) 2021 steve Jeong <jkhpro1003@gmail.com> Copyright (C) 2021 Steve Jeong <how2soft@gmail.com>
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1324,7 +1324,7 @@ int wiringPiSetupPhys (void)
* *
* "inputToSysNode" is what it is. * "inputToSysNode" is what it is.
* *
* Authored by steve.jeong <jkhpro1003@gmail.com>, <steve.jeong@hardkernel.com> * Authored by Steve Jeong <how2soft@gmail.com>, <steve.jeong@hardkernel.com>
*/ */
/*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/
int wiringPiSetupSys (void) int wiringPiSetupSys (void)