diff --git a/pmb/aportgen/device.py b/pmb/aportgen/device.py index 61122452..50973d04 100644 --- a/pmb/aportgen/device.py +++ b/pmb/aportgen/device.py @@ -196,7 +196,6 @@ def generate_apkbuild(args, pkgname, name, arch, flash_method): # Whole APKBUILD content = f"""\ - # Maintainer: Firstname Lastname (CHANGEME!) # Reference: pkgname={pkgname} pkgdesc="{name}" diff --git a/pmb/aportgen/linux.py b/pmb/aportgen/linux.py index 5943e7b2..949b7a1c 100644 --- a/pmb/aportgen/linux.py +++ b/pmb/aportgen/linux.py @@ -25,7 +25,6 @@ def generate_apkbuild(args, pkgname, deviceinfo, patches): patches = ("\n" + " " * 12).join(patches) content = f"""\ - # Maintainer: Firstname Lastname (CHANGEME!) # Reference: # Kernel config based on: arch/{carch}/configs/(CHANGEME!)