Skip to content

Commit 04523d2

Browse files
committed
Add my name to the authors
Also change the project URL to GitHub, since the treewalker site only contains information about the Dingoo A320 port currently.
1 parent 962c8b4 commit 04523d2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ If you want additional debug logging, see `LOG_LEVEL` in `debug.h`.
103103
Credits
104104
-------
105105

106-
Developed for OpenDingux (http://www.treewalker.org/opendingux/) by Paul Cercueil <[email protected]>.
106+
Developed for OpenDingux (https://github.com/opendingux/) by Paul Cercueil <[email protected]> and Maarten ter Huurne <[email protected]>.
107107

108-
Based on mininit from Ignacio Garcia Perez (http://code.google.com/p/dingoo-linux/).
108+
Based on Dingux mininit (http://code.google.com/p/dingoo-linux/) by Ignacio Garcia Perez <[email protected]>.

mininit.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,10 @@ void perform_updates(const char *boot_mount, bool is_backup)
9090

9191
int main(int argc, char **argv, char **envp)
9292
{
93-
INFO("\n\n\nOpenDingux min-init 1.1.0 "
94-
"by Ignacio Garcia Perez <[email protected]> "
95-
"and Paul Cercueil <[email protected]>\n");
93+
INFO("OpenDingux mininit 1.1.0 "
94+
"by Ignacio Garcia Perez <[email protected]>, "
95+
"Paul Cercueil <[email protected]> and "
96+
"Maarten ter Huurne <[email protected]>\n");
9697

9798
/* Mount devtmpfs to get a full set of device nodes. */
9899
DEBUG("Mounting /dev\n");

0 commit comments

Comments
 (0)