diff --git a/src/frontend/readme.ts b/src/frontend/readme.ts index bdf017d..3081b90 100644 --- a/src/frontend/readme.ts +++ b/src/frontend/readme.ts @@ -8,9 +8,9 @@ function createReadme(device: string, friendlyDevice: string) { // Hard-coded here for convenient formatting return `# ${friendlyDevice} vendor module -This is an automatically-generated vendor module to build AOSP ROMs for the ${friendlyDevice} (codename \`${device}\`). +This is an automatically-generated vendor module to build AOSP for the ${friendlyDevice} (codename \`${device}\`). -Generated by [adevtool](https://github.com/kdrag0n/adevtool). [More info](https://github.com/kdrag0n/adevtool/blob/main/README.md) +Generated by [adevtool](https://github.com/GrapheneOS/adevtool). [More info](https://github.com/GrapheneOS/adevtool/blob/main/README.md) ` } diff --git a/src/util/headers.ts b/src/util/headers.ts index f257596..798202b 100644 --- a/src/util/headers.ts +++ b/src/util/headers.ts @@ -1,5 +1,5 @@ const LINE1 = 'Generated by adevtool; do not edit' -const LINE2 = 'For more info, see https://github.com/kdrag0n/adevtool' +const LINE2 = 'For more info, see https://github.com/GrapheneOS/adevtool' export const MAKEFILE_HEADER = `# ${LINE1} # ${LINE2}`