From 58d05acb35eabce168ab86eadbcf9fbffe8a620c Mon Sep 17 00:00:00 2001 From: Aster Boese Date: Fri, 3 Jan 2025 20:41:16 -0500 Subject: [PATCH] linux-postmarketos-apple: make myself maintainer (MR 5978) --- CODEOWNERS | 1 + device/testing/linux-postmarketos-apple/APKBUILD | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index cd904256c..84909517e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -114,6 +114,7 @@ device/*/linux-huawei-plank/ @gtrxAC device/*/linux-next/ @calebccff device/*/linux-postmarketos-allwinner/ @Arnavion @PsychoGame device/*/linux-postmarketos-amlogic/ @funderscore @exkc +device/*/linux-postmarketos-apple/ @JustSoup321 device/*/linux-postmarketos-exynos4/ @Newbyte @Grimler @knuxify device/*/linux-postmarketos-exynos5/ @jenneron @Grimler device/*/linux-postmarketos-grate/ @clamor-s @jenneron @jethrob diff --git a/device/testing/linux-postmarketos-apple/APKBUILD b/device/testing/linux-postmarketos-apple/APKBUILD index 1116fd4b8..8f432caf5 100644 --- a/device/testing/linux-postmarketos-apple/APKBUILD +++ b/device/testing/linux-postmarketos-apple/APKBUILD @@ -1,8 +1,9 @@ # Reference: # Kernel config based on: arch/arm64/configs/defconfig +# Maintainer: Aster Boese pkgname=linux-postmarketos-apple pkgver=6.1.0_rc1 -pkgrel=1 +pkgrel=2 pkgdesc="Mainline kernel fork for Apple iPhone and iPad devices" arch="aarch64" _carch="arm64"