From 849dfd568271a61eefe03e6357f90ec75b3966aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= <soeren+git@soeren-tempel.net> Date: Fri, 4 Aug 2023 05:18:18 +0200 Subject: [PATCH] community/cabal-stage0: take maintainership Previous maintainer hasn't been active for years. --- community/cabal-stage0/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/cabal-stage0/APKBUILD b/community/cabal-stage0/APKBUILD index 903b04b3f3b1..53f46c78bc2b 100644 --- a/community/cabal-stage0/APKBUILD +++ b/community/cabal-stage0/APKBUILD @@ -1,9 +1,10 @@ # Contributor: Steeve Chailloux <steeve.chailloux@orus.io> # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> -# Maintainer: Mitch Tishmack <mitch.tishmack@gmail.com> +# Contributor: Mitch Tishmack <mitch.tishmack@gmail.com> +# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=cabal-stage0 pkgver=3.10.1.0 -pkgrel=3 +pkgrel=4 # GHC version used to bootstrap cabal via the ./bootstrap.py script. _bootstrapver=9.4.5 pkgdesc="Cabal version used for bootstrapping" -- GitLab